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



gettext_{$domain} › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( "gettext_{$domain}", $translation, $text, $domain )
参数: (3)
  • (string) $translation Translated text.
    Required: Yes
  • (string) $text Text to translate.
    Required: Yes
  • (string) $domain Text domain. Unique identifier for retrieving translated strings.
    Required: Yes
定义在:
文档:

Filters text with its translation for a domain.

The dynamic portion of the hook name, $domain, refers to the text domain.





源码

$translation = apply_filters( "gettext_{$domain}", $translation, $text, $domain );