WC_Helper_Compat::loadpublic staticWC 1.0

Loads the class, runs on init.

Method of the class: WC_Helper_Compat{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Helper_Compat::load();

WC_Helper_Compat::load() code WC 10.4.3

public static function load() {
	add_action( 'woocommerce_helper_loaded', array( __CLASS__, 'helper_loaded' ) );
}