On this page
apply_filters( 'themes_update_check_locales', string[] $locales )
Filters the locales requested for theme translations.
Parameters
$localesstring[]-
Theme locales. Default is all available locales of the site.
Source
File: wp-includes/update.php. View all references
$locales = apply_filters( 'themes_update_check_locales', $locales );
Related
Used By
| 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. |
Changelog
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/themes_update_check_locales