Revision: 32574
Updated Code
at September 29, 2010 05:16 by fjarrett
Updated Code
// Customize Admin Footer function custom_admin_footer () { echo 'Themes by <a href="http://yoursite.com/">Your Name</a> '; echo 'powered by <a href="http://wordpress.org/">WordPress</a>. | '; echo '<a href="http://codex.wordpress.org/">Documentation</a> | '; echo '<a href="http://wordpress.org/support/forum/4">Feedback</a> | '; } add_filter('admin_footer_text', 'custom_admin_footer');
Revision: 32573
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 29, 2010 05:14 by fjarrett
Initial Code
// Customize Admin Footer function custom_admin_footer () { echo 'Themes by <a href="http://yoursite.com">Your Name</a> '; echo '<span id="footer-thankyou">powered by <a href="http://wordpress.org/">WordPress</a>.</span> | <a href="http://codex.wordpress.org/">Documentation</a> | <a href="http://wordpress.org/support/forum/4">Feedback</a> | '; } add_filter('admin_footer_text', 'custom_admin_footer');
Initial URL
Initial Description
Add your own text and/or link to the admin footer area. Don\\\'t forget to leave in some credit for WordPress and other helpful links.
Initial Title
Custom Admin Footer Text
Initial Tags
wordpress
Initial Language
PHP