Filters the markup of header images.
$htmlstring$headerobject$attrarraywp-includes/theme.php:1360get_header_image_tag() * @since 4.4.0 * * @param string $html The HTML image tag markup being filtered. * @param object $header The custom header object returned by 'get_custom_header()'. * @param array $attr Array of the attributes for the image tag. */ return apply_filters( 'get_header_image_tag', $html, $header, $attr );} /** * Displays the image markup for a custom header image. * * @since 4.4.0Introduced in 4.4.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.