woocommerce/includes/api/v1
Rodrigo Primo 9b094fc74d Use $product->get_image_id() instead of has_post_thumbnail()
This commit replaces all instances where has_post_thumbnail() was used with $product->get_image_id(). This is a continuation of 64b589f032 and is needed to support the custom product tables plugin as has_post_thumbnail() relies on a post meta.
2018-10-18 09:28:20 -03:00
..
class-wc-rest-coupons-controller.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-rest-customer-downloads-controller.php Text changes 2017-03-20 16:01:55 +00:00
class-wc-rest-customers-controller.php Removed check for invalid utf8 in passwords. 2018-08-17 11:01:30 +02:00
class-wc-rest-order-notes-controller.php Applies wc_delete_order_note() and properly delete notes by AJAX 2017-07-13 19:38:37 -03:00
class-wc-rest-order-refunds-controller.php [REST API] Refund line items are read-only 2018-01-25 14:02:31 -02:00
class-wc-rest-orders-controller.php Merge branch 'master' into update/use-post-author-for-customer-id 2018-06-11 10:44:14 -03:00
class-wc-rest-product-attribute-terms-controller.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-rest-product-attributes-controller.php Apply attribute helper functions to importers and REST API 2017-08-07 22:34:25 -03:00
class-wc-rest-product-categories-controller.php Fixed category images schema in REST API v1 2017-11-29 10:42:06 -02:00
class-wc-rest-product-reviews-controller.php support --date_created and --date_created_gmt via wp-cli wc product_review create 2017-12-20 09:54:42 -05:00
class-wc-rest-product-shipping-classes-controller.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-rest-product-tags-controller.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-rest-products-controller.php Use $product->get_image_id() instead of has_post_thumbnail() 2018-10-18 09:28:20 -03:00
class-wc-rest-report-sales-controller.php [REST API] Fixed date format in reports schema 2017-11-27 10:24:43 -02:00
class-wc-rest-report-top-sellers-controller.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-rest-reports-controller.php Include new reports endpoints results 2018-09-05 09:36:19 -03:00
class-wc-rest-tax-classes-controller.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-rest-taxes-controller.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-rest-webhook-deliveries-controller.php Soft deprecated webhook deliveries REST API endpoints 2017-11-30 16:20:20 -02:00
class-wc-rest-webhooks-controller.php Adds back get_item so you can get a single Webhook 2018-02-19 11:56:57 +00:00