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