On this page
apply_filters( 'determine_locale', string $locale )
Filters the locale for the current request.
Parameters
$localestring-
The locale.
Source
File: wp-includes/l10n.php. View all references
return apply_filters( 'determine_locale', $determined_locale );
Related
Used By
| Used By | Description |
|---|---|
| determine_locale() wp-includes/l10n.php | Determines the current locale desired for the request. |
Changelog
| Version | Description |
|---|---|
| 5.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/determine_locale