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



twentyfourteen_attachment_size › WordPress过滤钩子

SinceTwenty Fourteen 1.0
已弃用n/a
apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 )
参数:
  • (array) $dimensions { An array of height and width dimensions. @type int $height Height of the image in pixels. Default 810. @type int $width Width of the image in pixels. Default 810. }
    Required: Yes
定义在:
文档:

Filters the default Twenty Fourteen attachment size.





源码

$attachment_size     = apply_filters( 'twentyfourteen_attachment_size', array( 810, 810 ) );