pre_handle_404, false, $wp_query
pre_handle_404, false, $wp_query
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('pre_handle_404, false, $wp_query') is found 1 times:
- /wp-includes/class-wp.php line 738
* * @param bool $preempt Whether to short-circuit default header status handling. Default false. * @param WP_Query $wp_query WordPress Query object. */ if ( false !== apply_filters( 'pre_handle_404', false, $wp_query ) ) { return; } // If we've already issued a 404, bail. if ( is_404() ) { return;