我有插件问题,小部件中没有显示短代码(已启用过滤器)
在正常页面中使用[wpcouponninja style =" vertical"]
以下是代码:
function the_content($content){
if(!preg_match('@\[wpcouponninja\s?(?:style=")?(.*?)(?:"?)\]@',$content,$m))
return $content;
if( !is_page() && !is_single() )
return str_replace($m[0],'',$content);