Revision: 54270
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 18, 2011 12:25 by swoicik
Initial Code
// 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');
Initial URL
Initial Description
Initial Title
Admin Footer Modification
Initial Tags
wordpress
Initial Language
PHP