WP_Query::parse_query_vars()

Reparse the query vars.


Source

File: wp-includes/class-wp-query.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes

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