wordpress站点健康ko

wordpress站点健康ko

/**
* 移除 工具-站点健康 菜单
* 添加到主题的 functions.php 即可
*/
function wpkj_remove_site_health_menu(){
remove_submenu_page( 'tools.php','site-health.php' );
}
add_action( 'admin_menu', 'wpkj_remove_site_health_menu' );

移除后的样子

移除后看着舒服多了,免得看到红色的点点就激动啊。

wordpress站点健康ko

移除后看着舒服多了