apply_filters( 'pre_determine_locale', string|null )

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


Description Description

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


Parameters Parameters

(string|null) The locale to return and short-circuit, or null as default.


Top ↑

Source Source

File: wp-includes/l10n.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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