生命不息,奋斗不止/创造价值-传递价值-获得价值
所谓迷茫,就是才华配不上梦想 每一个让你难堪的现在,都有一个不够努力的曾经

屏蔽wordpress更新提示

//屏蔽更新
//屏蔽自动更新
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

赞(0)
未经允许不得转载:jack361博客 » 屏蔽wordpress更新提示

评论 抢沙发

评论前必须登录!

 

如果你爱我或恨我,请↓

联系我