WP_Query::parse_query_vars()
Reparses the query vars.
Method of the class: WP_Query{}
No Hooks.
Return
null
. Nothing (null).
Usage
global $wp_query; $wp_query->parse_query_vars();
Changelog
Since 1.5.0 | Introduced. |
WP_Query::parse_query_vars() WP Query::parse query vars code WP 6.6.2
public function parse_query_vars() { $this->parse_query(); }