Filters the locales requested for plugin translations.
Parameters
$locales
string[]- Plugin locales. Default is all available locales of the site.
Source
$locales = apply_filters( 'plugins_update_check_locales', $locales );
Filters the locales requested for plugin translations.
$locales
string[]$locales = apply_filters( 'plugins_update_check_locales', $locales );
User Contributed Notes
You must log in before being able to contribute a note or feedback.