WC_Discounts::get_items()publicWC 3.2.0

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

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