WC_Discounts::get_items()publicWC 3.2.0

Get items.

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

Хуков нет.

Возвращает

Объект[].

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

$WC_Discounts = new WC_Discounts();
$WC_Discounts->get_items();

Список изменений

С версии 3.2.0 Введена.

Код WC_Discounts::get_items() WC 8.7.0

public function get_items() {
	return $this->items;
}