function remove_footer_admin () { echo 'Hello world!'; } add_filter('admin_footer_text', 'remove_footer_admin');