这是我第一次在这里问问题。我有点纠结于怎么做echo do_shortcode();
在短代码中。
我试着在谷歌上搜索答案,但没有结果。
我想知道是否有可能在短代码中回显短代码。如果是的话,任何一个指针都是值得赞赏的。
非常感谢。
function cpa_haven_banner() {
return \'
<ul class="list-group list-group-horizontal entry-meta">
<li class="list-group-item list-group-action-item">
<strong>Female</strong> <?php echo do_shortcode("[get_sheet_value location=\'LOAN!B7\']"); ?>
</li>
</ul>
\';
}
add_shortcode(\'cpa-haven\', \'cpa_haven_banner\');