WC_Product_Usage::load()public staticWC 9.3.0

Load Product Usage class.

Method of the class: WC_Product_Usage{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Product_Usage::load();

Changelog

Since 9.3.0 Introduced.

WC_Product_Usage::load() code WC 9.4.2

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