apply_filters( ‘core_version_check_locale’, string $locale )

Filters the locale requested for WordPress core translations.

Parameters

$localestring
Current locale.

Source

$locale = apply_filters( 'core_version_check_locale', get_locale() );

Changelog

VersionDescription
2.8.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.