the_header_image_tag()WP 4.4.0

Displays the image markup for a custom header image.

Хуков нет.

Возвращает

null. Ничего (null).

Использование

the_header_image_tag( $attr );
$attr(массив)
Attributes for the image markup.
По умолчанию: ''

Список изменений

С версии 4.4.0 Введена.

Код the_header_image_tag() WP 6.5.2

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