petenelson/wp-rest-api-log

Does the plugin record Woocommerce legacy API

themenow opened this issue · 1 comments

The Woocommerce legacy API endpoint looks like

https://www.your-store.com/wc-api/v3

Which is different to those integrated with WP REST API

https://www.your-store.com/wp-json/wc/v3

I want to know this because I need to check on some websites if anyone is still using the legacy API.

@themenow Did you find a solution for logging hits to the WooCommerce legacy API? I need to do this now.