Used By
Used By | Description |
---|---|
wp-includes/class-wp.php: WP::parse_request() | Parse request to find correct WordPress query. |
Fires once all query variables for the current request have been parsed.
(WP) Current WordPress environment instance (passed by reference).
This action hook is executed at the end of WordPress’s built-in request parsing method in the main WP() class.
Attention! The parse_request hook affects only the main query and not queries made with wp_query, for example.
File: wp-includes/class-wp.php
Version | Description |
---|---|
2.1.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/parse_request