WC_Discounts::get_items
Get items.
Метод класса: WC_Discounts{}
Хуков нет.
Возвращает
Объект[].
Использование
$WC_Discounts = new WC_Discounts(); $WC_Discounts->get_items();
Список изменений
| С версии 3.2.0 | Введена. |
Код WC_Discounts::get_items() WC Discounts::get items WC 10.8.1
public function get_items() {
return $this->items;
}