do_parse_request

do_parse_request

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('do_parse_request') is found 1 times:

  • /wp-includes/class-wp.php line 148
    		 * @param bool         $bool             Whether or not to parse the request. Default true.
    		 * @param WP           $wp               Current WordPress environment instance.
    		 * @param array|string $extra_query_vars Extra passed query variables.
    		 */
    		if ( ! apply_filters( 'do_parse_request', true, $this, $extra_query_vars ) ) {
    			return false;
    		}
    
    		$this->query_vars     = array();
    		$post_type_query_vars = array();