twentytwelve_attachment_size

过滤钩子
apply_filters( 'twentytwelve_attachment_size', array( 960, 960 )
参数
  • (array) $size { @type int The attachment height in pixels. @type int The attachment width in pixels. }
    Required:
定义位置
  • wp-content/themes/twentytwelve/image.php , line 105
相关勾子
twentyeleven_attachment_sizetwentyten_attachment_sizetwentysixteen_attachment_sizetwentyfifteen_attachment_sizetwentyfourteen_attachment_size
相关方法
get_the_attachment_linkwp_delete_attachment_fileswp_get_attachment_image_sizeswp_get_attachment_imageget_attachment_linkget_attachment_icon
引入
Twenty Twelve 1.0
弃用
-

twentytwelve_attachment_size: 这个函数为”Twenty Twelve”WordPress主题设置附加图片的大小。用户可以通过修改该函数来改变附件图片的大小。

过滤要使用的图像附件大小。

$attachment_size = apply_filters( 'twentytwelve_attachment_size', array( 960, 960 ) );

常见问题

FAQs
查看更多 >