Skip to content

Instantly share code, notes, and snippets.

@bigdigital
Created September 1, 2017 13:35
Show Gist options
  • Save bigdigital/edc3d95aa34dc38399ed22cc5787efae to your computer and use it in GitHub Desktop.
Save bigdigital/edc3d95aa34dc38399ed22cc5787efae to your computer and use it in GitHub Desktop.
The7, add automatic year copyright
function my_presscore_credits(){
?>
<div class="wf-td">
<div class="wf-float-left">
<?php
echo '&copy;' . date("Y") . ' Dream-Theme' ;
?>
</div>
</div>
<?php
}
add_action( 'presscore_credits', 'my_presscore_credits', 30);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment