the_header_image_tag

函数
the_header_image_tag ( $attr = array() )
参数
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Required:
    Default: array()
定义位置
相关方法
get_header_image_tagget_header_imagehas_header_imageheader_imagethe_header_video_url
引入
4.4.0
弃用
-

the_header_image_tag – 这个函数用来输出当前WordPress站点的头像的HTML图像标签。

显示自定义头像的图像标记。

function the_header_image_tag( $attr = array() ) {
	echo get_header_image_tag( $attr );
}

常见问题

FAQs
查看更多 >