WC_Object_Query::get_query_vars()

Get the current query vars.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/abstracts/abstract-wc-object-query.php

	public function get_query_vars() {
		return $this->query_vars;
	}

Top ↑

User Contributed Notes User Contributed Notes

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