wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_headers › WordPress Filter Hooks

Da2.8.0
Deprecaton/a
apply_filters( 'wp_headers', $headers, $this )
Parametri: (2)
  • (string[]) $headers Associative array of headers to be sent.
    Richiesto:
  • (WP) $wp Current WordPress environment instance.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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