我想加載這個PHP函數內包裝的簡碼,但它不工作。任何幫助都會很棒。謝謝!使用PHP如果聲明內包裝Wordpress簡碼
<?php
$my_tabs = '
[accordions title="" disabled="false" active="false" autoheight="false" collapsible="true"]
[accordion title="SPECIFICATIONS"] ' . if(function_exists('wpsc_the_custom_fields')) wpsc_the_custom_fields() . ' [/accordion]
[/accordions] ';
echo do_shortcode($my_tabs);
?>
這種固定php的問題,但現在我想我的手風琴內的功能顯示外它。在它之上是具體的。我怎樣才能解決這個問題?基本上我只想要內容顯示在點擊上,因此簡碼。 –