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



get_header_image_tag › WordPress Filter Hooks

Seit4.4.0
Veraltetn/v
apply_filters( 'get_header_image_tag', $html, $header, $attr )
Parameter: (3)
  • () html The HTML image tag markup being filtered.
    Erforderlich: Ja
  • () header The custom header object returned by 'get_custom_header()'.
    Erforderlich: Ja
  • () attr Array of the attributes for the image tag.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the markup of header images.





Quellcode

return apply_filters( 'get_header_image_tag', $html, $header, $attr );