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

Filters whether to parse the request.


Parameters

$bool bool
Whether or not to parse the request. Default true.
$wp WP
Current WordPress environment instance.
$extra_query_vars array|string
Extra passed query variables.

Top ↑

Source

File: wp-includes/class-wp.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
3.5.0 Introduced.

Top ↑

User Contributed Notes

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