成人午夜激情影院,小视频免费在线观看,国产精品夜夜嗨,欧美日韩精品一区二区在线播放

刪除Wordpress面板中默認(rèn)的Widget部件

2012-05-06 20:42:45來源:stackexchange作者:

 

 

從面板中刪除默認(rèn)的Widget部件的代碼(刪除Wordpress面板中默認(rèn)的Widget部件):

// 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
    unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_incoming_links']);  

    // Remove right now
    unset($wp_meta_boxes['dashboard']['normal']['core']['dashboard_right_now']);
    unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_primary']);
    unset($wp_meta_boxes['dashboard']['side']['core']['dashboard_secondary']);
}

// Hoook into the 'wp_dashboard_setup' action to register our function
add_action('wp_dashboard_setup', 'example_remove_dashboard_widgets' );

關(guān)鍵詞:WordpressWidget

贊助商鏈接:

主站蜘蛛池模板: 井陉县| 名山县| 同心县| 民和| 莱阳市| 通辽市| 饶阳县| 来安县| 读书| 蕲春县| 威宁| 桦南县| 连城县| 北流市| 高雄县| 西畴县| 高安市| 平遥县| 宁陵县| 股票| 兴化市| 志丹县| 阜新| 敦化市| 酒泉市| 周宁县| 清水河县| 临桂县| 娄烦县| 高唐县| 十堰市| 保康县| 探索| 磐安县| 馆陶县| 韶山市| 什邡市| 宜阳县| 扎囊县| 泰安市| 天祝|