W3cubDocs

/WordPress

apply_filters( 'do_parse_request', bool $bool, WP $this, array|string $extra_query_vars )

Filters whether to parse the request.

Parameters

$bool

(bool) Whether or not to parse the request. Default true.

$this

(WP) Current WordPress environment instance.

$extra_query_vars

(array|string) Extra passed query variables.

Source

File: wp-includes/class-wp.php

View on Trac

Changelog

Version Description
3.5.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/do_parse_request