
如何使用Vue创建无头WordPress网站
apply_filters( 'gettext_with_context', $translation, $text, $context, $domain )
gettext_with_context: gettext_with_context}: 该函数为给定的文本字符串检索在当前语言环境下的翻译字符串。
根据上下文信息过滤文本及其翻译。
$translation = apply_filters( 'gettext_with_context', $translation, $text, $context, $domain );