wpseek.com
WordPress开发者和主题制作者的搜索引擎



twentyfifteen_attachment_size › WordPress过滤钩子

SinceTwenty Fifteen 1.0
已弃用n/a
apply_filters( 'twentyfifteen_attachment_size', 'large' )
参数:
  • (string) $image_size Image size. Default 'large'.
    Required: Yes
定义在:
文档:

Filters the default Twenty Fifteen image attachment size.





源码

$image_size = apply_filters( 'twentyfifteen_attachment_size', 'large' );