Filters the locale for the current request.
Parameters
$determined_locale
string- The locale.
Source
return apply_filters( 'determine_locale', $determined_locale );
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |
Filters the locale for the current request.
$determined_locale
stringreturn apply_filters( 'determine_locale', $determined_locale );
Version | Description |
---|---|
5.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.