WC_Admin_List_Table::query_filters()protectedWC 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 8.7.0

protected function query_filters( $query_vars ) {
	return $query_vars;
}