WC_Widget_Layered_Nav::get_main_tax_query
Wrapper for WC_Query::get_main_tax_query() to ease unit testing.
Метод класса: WC_Widget_Layered_Nav{}
Хуков нет.
Возвращает
Массив.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_main_tax_query();
Список изменений
| С версии 4.4.0 | Введена. |
Код WC_Widget_Layered_Nav::get_main_tax_query() WC Widget Layered Nav::get main tax query WC 10.5.2
protected function get_main_tax_query() {
return WC_Query::get_main_tax_query();
}