woocommerce/includes/rest-api/Controllers
vedanshujain f8bcf6271d Revert order and product controllers to use WP Post queries directly.
This commit revert some of the changes added in #27735 because wc_get_products and wc_get_orders is not fully compitable with API controller queries. Since we are close to release 4.9, its better to revert and fix them properly then rush a fix. This undones some the performance improvements we acheived in 27735, in favor of more stability, hopefully we will be able to restore this soon.
2021-01-07 16:47:54 +05:30
..
Version1 Merge pull request #27934 from woocommerce/remove_get_product_from_item 2020-10-14 16:18:29 -03:00
Version2 Move the logic to set stock_status from V2 to V3. 2021-01-06 17:55:56 +05:30
Version3 Revert order and product controllers to use WP Post queries directly. 2021-01-07 16:47:54 +05:30