WordPoints / woocommerce

WordPoints module integrating with WooCommerce
2 stars 1 forks source link

[WC 2.7] Use new CRUD methods #20

Closed JDGrimes closed 7 years ago

JDGrimes commented 8 years ago

See this post. WooCommerce 2.7 is due in the new year, and will support new CRUD methods for orders, products, etc. So we should check where we will need to update the code, and be prepared. Note that we don't have to update to the new CRUD methods right away, but we do need to eventually for future-proofing.

JDGrimes commented 7 years ago

Wow, it appears that there is actually nothing that we need to change here. We don't work with any product or order metadata at this point, so we are fine.