WC_Query::get_main_query()public 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 8.7.0

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