apply_filters( "pre_determine_locale", string|null $locale )

Filters the locale for the current request prior to the default determination process.

Description

Using this filter allows to override the default logic, effectively short-circuiting the function.

Parameters

$locale

string|null

The locale to return and short-circuit. Default null.

Source

File: wp-includes/l10n.php.

View all references

$determined_locale = apply_filters( "pre_determine_locale", null );

Leave a Reply

Your email address will not be published. Required fields are marked *