WC_Discounts::get_items()

Get items.


Description Description


Return Return

(object[])


Top ↑

Source Source

File: includes/class-wc-discounts.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.