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' );
移除后的样子
移除后看着舒服多了,免得看到红色的点点就激动啊。
[lightbox title="移除后看着舒服多了"]
[/lightbox]
阅读剩余
提示:本文最后更新于 2024-05-16,如有错误或者已经失效,请留言告知。
版权声明:
作者:荒
链接:https://ww3.xnwmw.com/1719.html
文章版权归作者所有,未经允许请勿转载。
THE END