Return to Snippet

Revision: 46354
at May 17, 2011 22:37 by screamwork


Initial Code
function remove_footer_admin () {
    echo "Your own text";
}
 
add_filter('admin_footer_text', 'remove_footer_admin');

Initial URL


Initial Description


Initial Title
Change the Dashboard Footer Text in WordPress

Initial Tags
wordpress

Initial Language
PHP