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
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.