欢迎访问王牌网络(WPOK.CN)- 手机就是POS机,费率最低0.38%,免费招代理,咨询微信:860056696!
当前位置:首页>网站建设>Wordpress>几行代码快速去除Wordpress管理后台仪表盘模块

几行代码快速去除Wordpress管理后台仪表盘模块

几行代码快速去除Wordpress管理后台仪表盘模块

想要删除Wordpress管理后台中的活动、快速草稿、概览和 WordPress 活动及新闻等模块,只需要将下面的代码添加到当前主题的 functions.php 文件中即可:

//删除 WordPress 后台仪表盘
function disable_dashboard_widgets() {
global $wp_meta_boxes;
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_activity']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_recent_comments']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']);
unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_quick_press']);
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_recent_drafts']);
}
add_action('wp_dashboard_setup', 'disable_dashboard_widgets', 999);
王牌网络公众号

微信公众号『王牌客栈

第一时间了解最新网络动态
扫码关注不迷路~

给TA打赏
共{{data.count}}人
人已打赏

免责声明:部分文章来自网络转载及用户投稿,仅做信息分享之用,如有侵权请联系我们,邮箱:admin#wpok.cn(#换成@)

本站实操重点推荐的网赚项目:

社交电商:0元购

零撸项目:手机免费挖Pi币

任务赚钱:趣闲赚

增值服务:做一个年赚百万的网站 · 知识付费

网站联盟:首码项目网 · 副业网 · 网赚营 · 卡友家

跟Q哥做项目,可免费获赠本站VIP会员,更多扶持福利请咨询微信:860056696

0 条回复 A文章作者 M管理员
    暂无讨论,说说你的看法吧