wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_header_image_tag › WordPress Function

Depuis4.4.0
Dépréciéen/a
the_header_image_tag ( $attr = array() )
Paramètres:
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Requis: Non
    Défaut: array()
Défini(e) dans:
Codex:

Displays the image markup for a custom header image.



Source

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