使用特定缩略图名称添加过滤器(_F)

时间:2012-06-17 作者:johnmido

我该如何跑步add_filter 仅在某些特定的注册缩略图大小“$size”上?比如“大”、“中”等等?

1 个回复
SO网友:Milo

这个class 属性包含格式中的大小attachment-$size, 您可以检查特定尺寸,如:

if( strstr( $attr[\'class\'], \'thumb\' ) ):
    // size is attachment-thumb
endif;

结束

相关推荐

Run shortcode before filters

我的用户在注释中发布代码片段。我为此创建了一个快捷码:function post_codigo($atts,$content=\"\"){ return \'<code>\'.$content.\'</code>\'; } add_shortcode(\'codigo\',\'post_codigo\'); 问题是html在打包到代码标记之前会被过滤掉。我想如果我能在过滤器之前运行短代码,那么我可以使用fun