Automattic\WooCommerce\Internal\ShopperLists
ShopperList::get_items
Get all items currently in the list.
Method of the class: ShopperList{}
No Hooks.
Returns
Array
Usage
$ShopperList = new ShopperList(); $ShopperList->get_items(): array;
ShopperList::get_items() ShopperList::get items code WC 10.9.1
public function get_items(): array {
return $this->items;
}