WC_Helper_Orders_API::load
Loads the class, runs on init
Method of the class: WC_Helper_Orders_API{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Helper_Orders_API::load();
WC_Helper_Orders_API::load() WC Helper Orders API::load code WC 10.3.3
public static function load() {
add_filter( 'rest_api_init', array( __CLASS__, 'register_rest_routes' ) );
}