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



send_headers › WordPress Action Hooks

Seit2.1.0
Veraltetn/v
do_action_ref_array( 'send_headers', array( &$this )
Parameter:
  • () wp Current WordPress environment instance (passed by reference).
    Erforderlich: Ja
Definiert in:
Codex:

Fires once the requested HTTP headers for caching, content type, etc. have been sent.

The {@see 'wp_finalized_template_enhancement_output_buffer'} action may be used to send headers after rendering the template into an output buffer.




Quellcode

do_action_ref_array( 'send_headers', array( &$this ) );