Command Palette

Search for a command to run...

移除 Wordpress 后台中的“站点健康状态”

wordpress5.0+的后台中多了一个“站点健康状态”模块,基本用不上,比较碍眼,可以使用以下方法把它去除。 先去除左侧“工具”-->“站点健康”这个菜单,在主题的function.php加入如下代码: //移除侧边菜单中的站点健康 function remove_site_health_menu(){ remove_submenu_page( 'tools.php','site-health...