127* Using this filter allows to override the default logic, effectively short-circuiting the function.128*129* @since 5.0.0130*131* @param string|null$locale The locale to returnand short-circuit.Defaultnull.132*/133$determined_locale=apply_filters('pre_determine_locale',null);134135if($determined_locale&&is_string($determined_locale)){136return$determined_locale;137}138139if(
History
Introduced in 5.0.0. Unchanged from 6.7.7 through 7.1.0.