load_child_theme_textdomain()

load_child_theme_textdomain( string $domain, string $pa…

load_child_theme_textdomain( string $domain, string $path = false )

加载子主题转换字符串。
Load the child themes translated strings.

目录锚点:#说明#参数#返回#源码#笔记


说明(Description)

如果当前区域设置作为.mo文件存在于子主题根目录中,则$domain会将其包含在翻译的字符串中。

.mo文件的命名必须完全基于区域设置。


参数(Parameters)

参数 类型 必填 说明
$domain (string) 必需 文本域。检索转换字符串的唯一标识符。
$path (string) 可选 包含.mo文件的目录的路径。

返回(Return)

(bool)成功加载主题textdomain时为True,否则为false。


源码(Source)


更新版本 源码位置 使用 被使用
2.9.0 wp-includes/l10n.php:910 0 2

笔记(Notes)

load_child_theme_textdomain()函数通常应该从after_setup_theme操作挂钩中调用,与其相关的load_theme_textdomain()函数相同。
对于初学者来说,也可以在上面的注释中知道

类别:WordPress 函数手册

本文收集自互联网,转载请注明来源。
如有侵权,请联系 wper_net@163.com 删除。

评论 (0)COMMENT

登录 账号发表你的看法,还没有账号?立即免费 注册