themes_update_check_locales WordPress Filter Hook
Themes update check locales is a WordPress hook that is used to check if there are any new versions of WordPress themes available for update. This hook is used by the WordPress update manager to check for updates to themes.
apply_filters( 'themes_update_check_locales', array $locales ) #
Filters the locales requested for theme translations.
Parameters
- $locales
(array)Theme locales. Default is all available locales of the site.
Source
File: wp-includes/update.php
Changelog
Version | Description |
---|---|
4.5.0 | The default value of the $locales parameter changed to include all locales. |
3.7.0 | Introduced. |