wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



the_header_image_tag › WordPress Function

Desde4.4.0
Obsoleton/a
the_header_image_tag ( $attr = array() )
Parâmetros:
  • (array) $attr Optional. Attributes for the image markup. Default empty.
    Required: No
    Padrão: array()
Definido em:
Codex:

Displays the image markup for a custom header image.



Fonte

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