【发布时间】:2012-05-28 00:10:54
【问题描述】:
我的 the_content 过滤器杀死了画廊短代码,我不知道问题出在哪里......
我可以只添加空白的 the_content 过滤器,画廊从内容中消失,只有[gallery] 文本。我正在使用 the_content 过滤器:
function test($data){
echo $data;
}
add_filter('the_content', 'test');
有什么建议可以解决吗?
【问题讨论】:
标签: wordpress plugins filter shortcode