WP_Query::parse_query_vars()

Reparse the query vars.


Description Description


Source Source

File: wp-includes/class-wp-query.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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