Skip to content

Instantly share code, notes, and snippets.

@Shininglow
Created August 15, 2017 09:43
Show Gist options
  • Save Shininglow/abe35159396ca4a8dd5b876cfc283557 to your computer and use it in GitHub Desktop.
Save Shininglow/abe35159396ca4a8dd5b876cfc283557 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