WP_Query::parse_query_vars()

In this article

Reparses the query vars.

Source

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

Changelog

VersionDescription
1.5.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.