twentyten_attachment_size

过滤钩子
apply_filters( 'twentyten_attachment_size', 900 )
参数
  • (int) $ The default attachment width in pixels. Default 900.
    Required:
定义位置
  • wp-content/themes/twentyten/loop-attachment.php , line 132
相关勾子
twentysixteen_attachment_sizetwentyfifteen_attachment_sizetwentynineteen_attachment_sizetwentytwelve_attachment_sizetwentyfourteen_attachment_size
相关方法
get_the_attachment_linkwp_delete_attachment_fileswp_get_attachment_imagewp_get_attachment_image_sizesthe_attachment_linkwp_attachment_is
引入
Twenty Ten 1.0
弃用
-

twentyten_attachment_size – 此函数用于指定Twenty Ten主题中附件的大小: 该函数以数组的形式返回附件的大小,数组中的键定义了附件的尺寸。

过滤掉Twenty Ten的默认附件宽度。

$attachment_width = apply_filters( 'twentyten_attachment_size', 900 );

常见问题

FAQs
查看更多 >