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



wp_headers › WordPress Filter Hooks

Seit2.8.0
Veraltetn/v
apply_filters( 'wp_headers', $headers, $this )
Parameter: (2)
  • (string[]) $headers Associative array of headers to be sent.
    Erforderlich: Ja
  • (WP) $wp Current WordPress environment instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the HTTP headers before they're sent to the browser.





Quellcode

$headers = apply_filters( 'wp_headers', $headers, $this );