the_header_image_tag( array $attr = array() )

Displays the image markup for a custom header image.

Parameters

$attrarrayoptional
Attributes for the image markup.

Default:array()

Source

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

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.