过滤主题的区域设置。
原型
apply_filters( 'theme_locale', string $locale, string $domain )
参数
$locale
(string)
主题的当前区域设置。
$domain
(string)
文字域名。用于检索已翻译字符串的唯一标识符
源文件
路径:wp-includes/l10n.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/theme_locale/