wpseek.com
WordPress开发者和主题制作者的搜索引擎



load_textdomain › WordPress动作钩子

Since2.9.0
已弃用n/a
do_action( 'load_textdomain', $domain, $mofile )
参数: (2)
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
  • (string) $mofile Path to the .mo file.
    Required: Yes
定义在:
文档:

Fires before the MO translation file is loaded.





源码

do_action( 'load_textdomain', $domain, $mofile );