WC_Admin_List_Table::query_filters() protected WC 1.0
Handle any custom filters.
{} Это метод класса: WC_Admin_List_Table{}
Хуков нет.
Возвращает
Массив.
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->query_filters( $query_vars );
- $query_vars(массив) (обязательный)
- Query vars.
Код WC_Admin_List_Table::query_filters() WC Admin List Table::query filters WC 4.9.1
protected function query_filters( $query_vars ) {
return $query_vars;
}