WC_Query::get_main_querypublic staticWC 1.0

Get the main query which product queries ran against.

Метод класса: WC_Query{}

Хуков нет.

Возвращает

WP_Query.

Использование

$result = WC_Query::get_main_query();

Код WC_Query::get_main_query() WC 10.9.4

public static function get_main_query() {
	return self::$product_query;
}