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