wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_update_core › WordPress Function

Since2.7.0
Deprecated3.7.0
wp_update_core ( $current, $feedback = '' )
See:
  • Core_Upgrader
Defined at:
Codex:

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.


Source

Soon...