apply_filters( 'pre_handle_404', bool $preempt, WP_Query $wp_query )

Filters whether to short-circuit default header status handling.


Description Description

Returning a non-false value from the filter will short-circuit the handling and return early.


Parameters Parameters

$preempt

(bool) Whether to short-circuit default header status handling. Default false.

$wp_query

(WP_Query) WordPress Query object.


Top ↑

Source Source

File: wp-includes/class-wp.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.