Reparses the query vars.
Source
public function parse_query_vars() {
$this->parse_query();
}
Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |
CARVIEW |
Reparses the query vars.
public function parse_query_vars() {
$this->parse_query();
}
Uses | Description |
---|---|
WP_Query::parse_query()wp-includes/class-wp-query.php | Parses a query string and sets query type booleans. |
Version | Description |
---|---|
1.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.