WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_header_image_tag

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/theme.php apply_filters 1288 /**
* Filters the markup of header images.
*
* @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.
*/

Hook Parameters

Parameter Type Name Description
array $attr Array of the attributes for the image tag.
object $header The custom header object returned by 'get_custom_header()'.