the_header_image_tag()
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() the header image tag WP 6.9
function the_header_image_tag( $attr = array() ) {
echo get_header_image_tag( $attr );
}