wordpress隐藏升级提示

在functions.php里加上下面的代码:

add_filter( 'pre_site_transient_update_core', create_function( '$a', "return null;" ) );