Description
Filters the markup of header images.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 1360 |
Parameters
Type | Name | Description |
---|---|---|
string | $html | The HTML image tag markup being filtered. |
object | $header | The custom header object returned by 'get_custom_header()'. |
array | $attr | Array of the attributes for the image tag. |
PHP Doc
/**
* 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.
*/