WC_Helper_Compat::load()public staticWC 1.0

Loads the class, runs on init.

Method of the class: WC_Helper_Compat{}

No Hooks.

Return

null. Nothing (null).

Usage

$result = WC_Helper_Compat::load();

WC_Helper_Compat::load() code WC 8.7.0

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