apply_filters( ‘determine_locale’, string $determined_locale )

In this article

Filters the locale for the current request.

Parameters

$determined_localestring
The locale.

Source

return apply_filters( 'determine_locale', $determined_locale );

Changelog

VersionDescription
5.0.0Introduced.

User Contributed Notes

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