取消版本更新提示

每当有新版本或者有升级的时候后台都会出现一个提示,如果你不想显示这个提示的话,就把下面这段代码添加到functions.php中,以后就不会看见更新提示了
 

if ( !current_user_can('administrator') ) {
    add_action( 'init', create_function( '$a', "remove_action( 'init', 'wp_version_check' );" ), 2 );
    add_filter( 'pre_option_update_core', create_function( '$a', "return null;" ) );
}

分类:新闻资讯

标签:使用技巧, 提示, 版本更新

Keyword: 独立站推广