the_header_image_tag( array $attr = array() )

Display the image markup for a custom header image.


Parameters

$attr

(array) (Optional) Attributes for the image markup.

Default value: array()


Source

File: wp-includes/theme.php

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


Changelog

Changelog
Version Description
WP-4.4.0 Introduced.