Filters the locales requested for theme translations.
Parameters
$locales
string[]- Theme locales. Default is all available locales of the site.
Source
$locales = apply_filters( 'themes_update_check_locales', $locales );
CARVIEW |
Filters the locales requested for theme translations.
$locales
string[]$locales = apply_filters( 'themes_update_check_locales', $locales );
Used by | Description |
---|---|
wp_update_themes()wp-includes/update.php | Checks for available updates to themes based on the latest versions hosted on WordPress.org. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.