apply_filters( 'get_header_image_tag', string $html, object $header, array $attr )

Filters the markup of header images.


Description Description


Parameters Parameters

$html

(string) The HTML image tag markup being filtered.

$header

(object) The custom header object returned by 'get_custom_header()'.

$attr

(array) Array of the attributes for the image tag.


Top ↑

Source Source

File: wp-includes/theme.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.