apply_filters( 'core_version_check_locale', string $locale )

Filters the locale requested for WordPress core translations.


Parameters

$locale string
Current locale.

Top ↑

Source

File: wp-includes/update.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
2.8.0 Introduced.

Top ↑

User Contributed Notes

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