apply_filters( ‘do_parse_request’, bool $bool, WP $wp, array|string $extra_query_vars )

In this article

Filters whether to parse the request.

Parameters

$boolbool
Whether or not to parse the request. Default true.
$wpWP
Current WordPress environment instance.
$extra_query_varsarray|string
Extra passed query variables.

Source

if ( ! apply_filters( 'do_parse_request', true, $this, $extra_query_vars ) ) {

Changelog

VersionDescription
3.5.0Introduced.

User Contributed Notes

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