wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



the_header_image_tag › WordPress Function

Seit4.4.0
Veraltetn/v
the_header_image_tag ( $attr = array() )
Parameter:
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Erforderlich: Nein
    Standard: array()
Definiert in:
Codex:

Displays the image markup for a custom header image.



Quellcode

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