woocommerce/includes/abstracts
Lee Willis 07eef044c2 Use get_the_terms() instead of wp_get_post_terms()
wp_get_post_terms() is a wrapper around wp_get_object_terms() which does not
use the object cache, and generates a database query every time it is used.

get_the_terms() however can use data from the object cache if present.
2016-11-09 16:07:29 +00:00
..
abstract-wc-data.php [Product CRUD] Getter setter proxy methods (#12236) 2016-11-09 16:07:29 +00:00
abstract-wc-integration.php Settings api 2015-12-14 14:03:46 +00:00
abstract-wc-legacy-order.php [Product CRUD] Variations - setters, getters and admin. (#12228) 2016-11-09 16:05:49 +00:00
abstract-wc-legacy-product.php [Product CRUD] Variations - setters, getters and admin. (#12228) 2016-11-09 16:05:49 +00:00
abstract-wc-order.php [Product CRUD] Variations - setters, getters and admin. (#12228) 2016-11-09 16:05:49 +00:00
abstract-wc-payment-gateway.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
abstract-wc-payment-token.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
abstract-wc-product.php Use get_the_terms() instead of wp_get_post_terms() 2016-11-09 16:07:29 +00:00
abstract-wc-rest-controller.php add translators comments 2016-10-29 13:16:03 +03:00
abstract-wc-rest-posts-controller.php [REST API] Throw messages when trying to manipulate variations in products endpoint 2016-11-08 13:55:33 -02:00
abstract-wc-rest-shipping-zones-controller.php Swap "doesn't" with "does not" in 404 error messages. 2016-09-08 15:17:02 -07:00
abstract-wc-rest-terms-controller.php Swap "doesn't" with "does not" in 404 error messages. 2016-09-08 15:17:02 -07:00
abstract-wc-session.php Squiz.Commenting.DocCommentAlignment.SpaceBeforeStar 2016-09-02 05:40:36 +03:00
abstract-wc-settings-api.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
abstract-wc-shipping-method.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
abstract-wc-widget.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00