Used By
Used By | Description |
---|---|
wp-includes/class-wp.php: WP::handle_404() | Set the Headers for 404, if nothing is found for requested URL. |
Filters whether to short-circuit default header status handling.
Returning a non-false value from the filter will short-circuit the handling and return early.
(bool) Whether to short-circuit default header status handling. Default false.
(WP_Query) WordPress Query object.
File: wp-includes/class-wp.php
Version | Description |
---|---|
4.5.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/pre_handle_404