WP_Query::parse_query_varspublicWP 1.5.0

Reparses the query vars.

Method of the class: WP_Query{}

No Hooks.

Returns

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.9

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