WC_Discounts::get_itemspublicWC 3.2.0

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() code WC 10.5.0

public function get_items() {
	return $this->items;
}