/ Published in: PHP
Expand |
Embed | Plain Text
// 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');
You need to login to post a comment.
