Auto Update Copyright Date In Wordpress Footer With PHP
If you build wordpress themes or happen to maintain many wordpress themes for clients this is for you.
Paste the following code in your footer and that’s it. The date will automatically update on it’s own making you look like a Rockstar and making your clients happy.
<?php
echo ‘Copyright © ‘ .date(”Y”);
?>
Thanks for stopping by. Share the link to this page if you found it helpful
People who read this also read:

