Summery Summery
Filters whether to short-circuit default header status handling.
Syntax Syntax
Description Description
Returning a non-false value from the filter will short-circuit the handling and return early.
Parameters Parameters
- $preempt
-
Whether to short-circuit default header status handling. Default false.
- $wp_query
-
WordPress Query object.
Source Source
File: wp-includes/class-wp.php
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.5.0 | Introduced. |