我该如何跑步add_filter
仅在某些特定的注册缩略图大小“$size”上?比如“大”、“中”等等?
使用特定缩略图名称添加过滤器(_F)
1 个回复
SO网友:Milo
这个class
属性包含格式中的大小attachment-$size
, 您可以检查特定尺寸,如:
if( strstr( $attr[\'class\'], \'thumb\' ) ):
// size is attachment-thumb
endif;
结束