Created
September 1, 2017 13:35
-
-
Save bigdigital/edc3d95aa34dc38399ed22cc5787efae to your computer and use it in GitHub Desktop.
The7, add automatic year copyright
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function my_presscore_credits(){ | |
?> | |
<div class="wf-td"> | |
<div class="wf-float-left"> | |
<?php | |
echo '©' . 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