gpt4 book ai didi

php - 如何使自定义帖子元 wp_editor 可翻译?

转载 作者:搜寻专家 更新时间:2023-10-31 21:08:11 25 4
gpt4 key购买 nike

我有一个名为 soto_property 的自定义帖子类型,我在其中添加了三个 wp_editor 作为帖子元,使用此代码 -

 wp_editor( htmlspecialchars_decode($valueeee1),
'propertyEditor1',
$settings = array('textarea_name'=>'detail',
'editor_class'=>'propertyEditor')
);

wp_editor( htmlspecialchars_decode($valueeee2),
'propertyEditor2',
$settings = array('textarea_name'=>'features',
'editor_class'=>'propertyEditor')
);

wp_editor( htmlspecialchars_decode($valueeee3),
'propertyEditor3',
$settings = array('textarea_name'=>'text_to_pdf',
'editor_class'=>'propertyEditor')
);

现在我已经安装了 qtranslate 插件来让我的网站多语言化。此插件会在其默认内容编辑器中自动添加语言选项卡。我也想在我的自定义编辑器中添加这些语言选项卡,以便它可以以定义的语言保存内容。

我该怎么做?请帮助我。

最佳答案

add_filter('soto_property','qtrans_convertURL');

关于php - 如何使自定义帖子元 wp_editor 可翻译?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28676650/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com