WordPress自定义后台右下角文字 04/14, 2020 作者 东方皓 function custom_admin_footer() { echo '么么哒'; } add_filter('admin_footer_text', 'custom_admin_footer');