twentyeleven_header_image_width

过滤钩子
apply_filters( 'twentyeleven_header_image_width', 1000 )
参数
  • (int) $ The default header image width in pixels. Default 1000.
    Required:
定义位置
  • wp-content/themes/twentyeleven/functions.php , line 186
相关勾子
twentyten_header_image_widthtwentyeleven_header_image_heighttwentyten_header_image_heighttwentyeleven_creditstwentyseventeen_content_width
相关方法
the_header_image_tagget_header_image_tagget_header_imageget_uploaded_header_imagesget_random_header_imageheader_image
引入
Twenty Eleven 1.0
弃用
-

twentyeleven_header_image_width – 此函数设置Twenty Eleven主题中头像的宽度。它用于确定头像在网站上显示时的尺寸。

过滤Twenty Eleven默认的头像宽度。

'width'                  => apply_filters( 'twentyeleven_header_image_width', 1000 ),

常见问题

FAQs
查看更多 >