我试图在这个包装的短代码中加载这个 php 函数,但它不起作用。任何帮助都会很棒。谢谢!
<?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 );
?>