Automattic\WooCommerce\Internal\ShopperLists
ShopperList::get_items
Get all items currently in the list.
Метод класса: ShopperList{}
Хуков нет.
Возвращает
Массив<Строку,. ShopperListItem>
Использование
$ShopperList = new ShopperList(); $ShopperList->get_items(): array;
Код ShopperList::get_items() ShopperList::get items WC 10.9.1
public function get_items(): array {
return $this->items;
}