WC_Product_Usage::loadpublic staticWC 9.3.0

Load Product Usage class.

Method of the class: WC_Product_Usage{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Product_Usage::load();

Changelog

Since 9.3.0 Introduced.

WC_Product_Usage::load() code WC 10.4.3

public static function load() {
	self::includes();
}