/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// 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');