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