pre_determine_locale

最后更新于:2021-11-27 18:47:12

apply_filters( ‘pre_determine_locale’, string|null $locale )

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

参数

$locale

(string|null)
The locale to return and short-circuit. Default null.

源文件

文件: gc-includes/l10n.php

View on Trac