WC_Discounts::get_items
Get items.
Method of the class: WC_Discounts{}
No Hooks.
Returns
Object[].
Usage
$WC_Discounts = new WC_Discounts(); $WC_Discounts->get_items();
Changelog
| Since 3.2.0 | Introduced. |
WC_Discounts::get_items() WC Discounts::get items code WC 10.5.0
public function get_items() {
return $this->items;
}