Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/theme.php | apply_filters | 1268 | /** * 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()'. */ |
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()'. |