当前位置: 首页 > 阿里云优惠 > 阿里云服务器优惠>> WordPress仪表盘怎么删除,移除仪表盘 – WordPress 教程

WordPress仪表盘怎么删除,移除仪表盘 – WordPress 教程


Wordpress仪表盘怎么删除,移除仪表盘 – WordPress 教程

有些站长不知道如何删除WordPress仪表盘,其实方法很简单,只需要将下面的代码添加到您的当前主题的 functions.php 文件:

function disable_dashboard_widgets() {    global $wp_meta_boxes;    // wp..    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);

这样就可以移除仪表盘了。


服务器购买/咨询热线:1563700917115617636856

本文链接:http://www.sqxnmj.com/alfwq/28637.html
tags:
腾讯云服务器特惠

  • 关注微信
是否收录:

猜你喜欢

微信公众号