Skip to content

Instantly share code, notes, and snippets.

@MjHead
Forked from Shininglow/custom-function555.php
Created September 14, 2017 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MjHead/ae39d302dc974da1593a9a8eb2c36da3 to your computer and use it in GitHub Desktop.
Save MjHead/ae39d302dc974da1593a9a8eb2c36da3 to your computer and use it in GitHub Desktop.
// Admin footer modification
function remove_footer_admin ()
{
echo '<span id="footer-thankyou">Developed by <a href="http://www.designerswebsite.com" target="_blank">Your Name</a></span>';
}
add_filter('admin_footer_text', 'remove_footer_admin')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment