I am experiencing the same issue after updating to WooCommerce 3.6.1 version.
Classes that extend the WooCommerce/WordPress REST API should only be loaded during the rest_api_init action, or should call WC()->api->rest_api_includes() manually
Can you please advise on how you resolved this issue?
Hi all,
I am experiencing an error after updating to WC 3.6.1 – Can anyone assist on how to resolve this error please?
Below error message:
Classes that extend the WooCommerce/WordPress REST API should only be loaded during the rest_api_init action, or should call WC()->api->rest_api_includes() manually.