send_headers хук-событие . WP 2.1.0
Fires once the requested HTTP headers for caching, content type, etc. have been sent.
Использование
add_action( 'send_headers', 'action_function_name_3680' ); function action_function_name_3680( $this ){ // action... }
- $this(WP)
- Current WordPress environment instance (passed by reference).
Список изменений
С версии 2.1.0 | Введена. |
Где вызывается хук
send_headers
wp-includes/class-wp.php 522
do_action_ref_array( 'send_headers', array( &$this ) );