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

刪除Wordpress面板中默認的Widget部件

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

 

 

從面板中刪除默認的Widget部件的代碼(刪除Wordpress面板中默認的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' );

關鍵詞:WordpressWidget

贊助商鏈接:

主站蜘蛛池模板: 和硕县| 永年县| 东至县| 武汉市| 牙克石市| 蒲城县| 陵川县| 商南县| 宣威市| 阿巴嘎旗| 绵阳市| 永兴县| 义马市| 泽库县| 肥西县| 额敏县| 磐安县| 大田县| 永康市| 尚义县| 金华市| 健康| 中宁县| 砚山县| 错那县| 华池县| 保亭| 敦化市| 马龙县| 乌鲁木齐市| 墨玉县| 吉隆县| 观塘区| 常德市| 广水市| 长乐市| 汝南县| 海城市| 布拖县| 抚宁县| 抚宁县|