W3cubDocs

/WordPress

apply_filters( ‘plugins_update_check_locales’, string[] $locales )

Filters the locales requested for plugin translations.

Parameters

$localesstring[]
Plugin locales. Default is all available locales of the site.

Source

$locales = apply_filters( 'plugins_update_check_locales', $locales );

Changelog

Version Description
4.5.0 The default value of the $locales parameter changed to include all locales.
3.7.0 Introduced.

© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/plugins_update_check_locales