Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为某些帖子类型的元框创建了一个插件并创建了小部件,但 qtranslate 不适用于我的元框字段和小部件字段。请为我的插件和小部件建议 i18n-config.json 设置。
只需在输出之前用__()函数包装文本,如下所示:
$text = __($text); ...
这应该将包含 qTranslate 语言标签的文本过滤为当前选择的语言。
要回显文本,请改用_e()。