WP_Query::parse_query_vars()publicWP 1.5.0

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() code WP 6.5.2

public function parse_query_vars() {
	$this->parse_query();
}