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