Return to Snippet

Revision: 43931
at April 3, 2011 17:50 by alp


Initial Code
function remove_footer_admin () {
    echo "Your own text";
} 

add_filter('admin_footer_text', 'remove_footer_admin');

Initial URL
http://www.wprecipes.com/wordpress-tip-how-to-change-the-dashboard-footer-text

Initial Description
Place snippet in functions.php

Initial Title
How to change the dashboard footer text | Wordpress

Initial Tags
wordpress

Initial Language
PHP