【发布时间】:2017-03-08 13:37:40
【问题描述】:
我知道这个问题与已发布的其他问题类似。我完全按照这些问题的答案中的建议进行操作,但仍然无法弄清楚为什么输出显示在页面顶部。
function foo_shortcode($atts, $content = null) {
$datashortcode = '<div>'.(function_exists('rtb_kk') ? rtb_kk() : '').'</div>';
return $datashortcode;
}
add_shortcode('showfoo', 'foo_shortcode');
有什么想法吗?
【问题讨论】:
标签: php wordpress plugins shortcode