wpseek.com
A WordPress-centric search engine for devs and theme authors



get_header_image_tag_attributes › WordPress Filter Hooks

Since5.9.0
Deprecatedn/a
apply_filters( 'get_header_image_tag_attributes', $attr, $header )
Parameters: (2)
  • () attr Array of the attributes for the image tag.
    Required: Yes
  • () header The custom header object returned by 'get_custom_header()'.
    Required: Yes
Defined at:
Codex:

Filters the list of header image attributes.





Source

$attr = apply_filters( 'get_header_image_tag_attributes', $attr, $header );