plugin_locale钩子是Wordpress钩子,过滤钩子:过滤插件的区域设置。
apply_filters( ‘plugin_locale’, string $locale, string $domain )
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$locale | (string) | 插件的当前区域设置。 |
$domain | (string) | 文本域。检索转换字符串的唯一标识符。 |
源码(Source)
//暂无
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/l10n.php:806 | 2 | 0 |