从仪表板中删除元框
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从仪表板中删除元框相关的知识,希望对你有一定的参考价值。
// REMOVE META BOXES FROM WORDPRESS DASHBOARD FOR ALL USERS
function example_remove_dashboard_widgets() { // Globalize the metaboxes array, this holds all the widgets for wp-admin global $wp_meta_boxes;
unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']); unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']); unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_plugins']);} add_action
('wp_dashboard_setup', 'example_remove_dashboard_widgets' );
以上是关于从仪表板中删除元框的主要内容,如果未能解决你的问题,请参考以下文章
清理仪表板元框
如何从 grafana 的仪表板列表中删除登陆仪表板?
php 从Wordpress仪表板中删除小部件
如何从 GitHub 仪表板中删除我不拥有的存储库
php WP-从仪表板中删除“Adicional CCS”
如何从我在 Google Cloud Platform 上的部署中删除 Kubernetes 仪表板资源?