WC_Discounts::get_items()
Get items.
Method of the class: WC_Discounts{}
No Hooks.
Return
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 9.7.1
public function get_items() { return $this->items; }