Description
Filters the list of header image attributes.
Occurrences
Filename | Line Number |
---|---|
wp-includes/theme.php | 1340 |
Parameters
Type | Name | Description |
---|---|---|
array | $attr | Array of the attributes for the image tag. |
object | $header | The custom header object returned by 'get_custom_header()'. |
PHP Doc
/**
* Filters the list of header image attributes.
*
* @since 5.9.0
*
* @param array $attr Array of the attributes for the image tag.
* @param object $header The custom header object returned by 'get_custom_header()'.
*/