wpseek.com
A WordPress-centric search engine for devs and theme authors



the_header_image_tag › WordPress Function

Since4.4.0
Deprecatedn/a
the_header_image_tag ( $attr = array() )
Parameters:
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Required: No
    Default: array()
Defined at:
Codex:

Displays the image markup for a custom header image.



Source

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