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



twentysixteen_attachment_size › WordPress过滤钩子

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

Filters the default twentysixteen image attachment size.





源码

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