JS Tricks

JS Tricks

If you cannot to use PHP code in footer you can use this simple JS code:

Copyright © <span id="year">2021</span> BizDirect IT | <a href="/privacy-policy">Privacy Policy</a>
<script>
  document.getElementById("year").innerHTML = new Date().getFullYear();
</script>

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.