wp_update_core
- wp_update_core is deprecated since version 3.7.0!
Alternative: new Core_Upgrader();
wp_update_core ( $current, $feedback = '' )
- Introduced in WordPress: 2.7.0
- Deprecated in WordPress: 3.7.0
Description
This was once used to kick-off the Core Updater.Deprecated in favor of instantiating a Core_Upgrader instance directly,
and calling the 'upgrade' method.