WC_Helper_Subscriptions_API::loadpublic staticWC 1.0

Loads the class, runs on init

Method of the class: WC_Helper_Subscriptions_API{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Helper_Subscriptions_API::load();

WC_Helper_Subscriptions_API::load() code WC 10.5.0

public static function load() {
	add_filter( 'rest_api_init', array( __CLASS__, 'register_rest_routes' ) );
}