我想知道为什么这个代码不能工作。。我对此感到沮丧。它创建选项卡,但不呈现自定义字段(类型)。
<?php
echo do_shortcode(\'[xt_tabs_button]\'.\'
do_shortcode([xt_tab title="Informatie"] (types_render_field("informatie", array("output"=>"html"))); [/xt_tab]);
do_shortcode([xt_tab title="Spelregels"] (types_render_field("spelregels", array("output"=>"html"))); [/xt_tab]);
\'.\'[/xt_tabs_button]\');
?>
如何使此代码正常工作?