WC_Legacy_API::init()

Init the legacy API.


Description Description


Source Source

File: includes/legacy/class-wc-legacy-api.php

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


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.