wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



get_header_image_tag_attributes › WordPress Filter Hooks

Seit5.9.0
Veraltetn/v
apply_filters( 'get_header_image_tag_attributes', $attr, $header )
Parameter: (2)
  • () attr Array of the attributes for the image tag.
    Erforderlich: Ja
  • () header The custom header object returned by 'get_custom_header()'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of header image attributes.





Quellcode

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