Signature
wp_update_core( $current, $feedback = '' )
- current
- feedback
-
Default:''
Return
(void)
Source
function wp_update_core($current, $feedback = '') {
if ( !empty($feedback) )
add_filter('update_feedback', $feedback);
include ABSPATH . 'wp-admin/includes/class-wp-upgrader.php';
$upgrader = new Core_Upgrader();
return $upgrader->upgrade($current);
}
WP Trac GitHub Bitbucket
Link here
-
URL
http://queryposts.com/function/wp_update_core/ -
HTML
<a href='http://queryposts.com/function/wp_update_core/'>wp_update_core()</a> -
Markdown
[wp_update_core()](http://queryposts.com/function/wp_update_core/) -
BBCode
[url=http://queryposts.com/function/wp_update_core/]wp_update_core()[/url]