//屏蔽更新
//屏蔽自动更新
add_filter( ‘automatic_updater_disabled’, ‘__return_true’ );
//屏蔽更新提示
add_filter(‘pre_site_transient_update_core’, create_function
(‘$a’, “return null;”)); // don’t update core
add_filter(‘pre_site_transient_update_plugins’, create_function
(‘$a’, “return null;”)); // don’t update plugins
add_filter(‘pre_site_transient_update_themes’, create_function
(‘$a’, “return null;”)); // don’t update themes
屏蔽wordpress更新提示
未经允许不得转载:jack361博客 » 屏蔽wordpress更新提示
评论前必须登录!
注册