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



twentyten_attachment_size › WordPress过滤钩子

SinceTwenty Ten 1.0
已弃用n/a
apply_filters( 'twentyten_attachment_size', 900 )
参数:
  • (int) The default attachment width in pixels. Default 900.
    Required: Yes
定义在:
文档:

Filters the Twenty Ten default attachment width.





源码

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