WP::parse_request()
Method: Parses the request to find the correct WordPress query.
Source: wp-includes/class-wp.php:136
Method: Parses the request to find the correct WordPress query.
Source: wp-includes/class-wp.php:136
Action Hook: Fires once the WordPress environment has been set up.
Source: wp-includes/class-wp.php:808
Filter Hook: Filters whether to parse the request.
Source: wp-includes/class-wp.php:148
Filter Hook: Filters the query variables allowed before processing.
Source: wp-includes/class-wp.php:299
Filter Hook: Filters the array of parsed query variables.
Source: wp-includes/class-wp.php:390
Action Hook: Fires once all query variables for the current request have been parsed.
Source: wp-includes/class-wp.php:410
Method: Sends additional HTTP headers for caching, content type, etc.
Source: wp-includes/class-wp.php:427
Filter Hook: Filters the HTTP headers before they’re sent to the browser.
Source: wp-includes/class-wp.php:540
Action Hook: Fires once the requested HTTP headers for caching, content type, etc. have been sent.
Source: wp-includes/class-wp.php:572
Method: Sets the query string property based off of the query variable property.
Source: wp-includes/class-wp.php:583