WC_Legacy_API::init()publicWC 1.0

Init the legacy API.

Method of the class: WC_Legacy_API{}

No Hooks.

Return

null. Nothing.

Usage

$WC_Legacy_API = new WC_Legacy_API();
$WC_Legacy_API->init();

WC_Legacy_API::init() code WC 7.7.0

public function init() {
	add_action( 'parse_request', array( $this, 'handle_rest_api_requests' ), 0 );
}