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



twentythirteen_attachment_size › WordPress过滤钩子

SinceTwenty thirteen 1.0
已弃用n/a
apply_filters( 'twentythirteen_attachment_size', array( 724, 724 )
参数:
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Required: Yes
定义在:
文档:

Filters the image attachment size to use.





源码

$attachment_size     = apply_filters( 'twentythirteen_attachment_size', array( 724, 724 ) );