apply_filters( 'do_parse_request', bool $bool , WP $wp , array|string $extra_query_vars )
Filters whether to parse the request.
Parameters
- $bool
-
Whether or not to parse the request. Default true.
- $wp
-
Current WordPress environment instance.
- $extra_query_vars
-
Extra passed query variables.
Source
File: wp-includes/class-wp.php
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |