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



the_header_image_tag › WordPress Function

Since4.4.0
已弃用n/a
the_header_image_tag ( $attr = array() )
参数:
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Required: No
    默认: array()
定义在:
文档:

Displays the image markup for a custom header image.



源码

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