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 );
Filters the locales requested for theme translations.
$locales
string[]$locales = apply_filters( 'themes_update_check_locales', $locales );
User Contributed Notes
You must log in before being able to contribute a note or feedback.