wp_update_themes
wp_update_themes ( $extra_stats = array() )
Parameters:- (array) extra_stats Extra statistics to report to the WordPress.org API.
Defined at: - Introduced in WordPress: 2.7.0
- Deprecated in WordPress: —
Description
Checks for available updates to themes based on the latest versions hosted on WordPress.org.Despite its name this function does not actually perform any updates, it only checks for available updates.
A list of all themes installed is sent to WP, along with the site locale.
Checks against the WordPress server at api.wordpress.org. Will only check
if WordPress isn't installing.