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



unload_textdomain › WordPress动作钩子

Since6.1.0
已弃用n/a
do_action( 'unload_textdomain', $domain, $reloadable )
参数: (2)
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
  • (bool) $reloadable Whether the text domain can be loaded just-in-time again.
    Required: Yes
定义在:
文档:

Fires before the text domain is unloaded.





源码

do_action( 'unload_textdomain', $domain, $reloadable );