从仪表板删除默认小部件(WordPress)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从仪表板删除默认小部件(WordPress)相关的知识,希望对你有一定的参考价值。
// Create the function to use in the action hook function example_remove_dashboard_widgets() { // Globalize the metaboxes array, this holds all the widgets for wp-admin global $wp_meta_boxes; // Remove the incomming links widget // Remove right now } // Hoook into the 'wp_dashboard_setup' action to register our function add_action('wp_dashboard_setup', 'example_remove_dashboard_widgets' );
以上是关于从仪表板删除默认小部件(WordPress)的主要内容,如果未能解决你的问题,请参考以下文章
从WP-Geo-WordPress插件中删除CSSJS和/或仪表板小部件