Return to Snippet

Revision: 30819
at August 23, 2010 10:05 by Farhan


Initial Code
add_filter('admin_footer_text', 'remove_footer_admin'); //change admin footer text
function remove_footer_admin () {
echo "Custom Text or leave empty";
}

Initial URL
http://wordpress.org/support/topic/how-to-delete-change-admin-footer-text

Initial Description
Use this to remove or change the wp-admin footer text. Default is
Thank you for creating with WordPress.

Initial Title
Wordpress Admin Footer

Initial Tags
wordpress

Initial Language
PHP