WP_Query::parse_query_vars() WordPress Method
The parse_query_vars() method is used to parse the query string for the current request. This is useful for customizing the query based on the specific needs of the request.
WP_Query::parse_query_vars() #
Reparse the query vars.
Source
File: wp-includes/class-wp-query.php
public function parse_query_vars() { $this->parse_query(); }
Expand full source codeCollapse full source codeView on TracView on GitHub
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |