woocommerce/includes/data-stores
Justin Shreve 90e43d97de [Product CRUD] Product Datastore (#12317)
* Fix up tests in the product/* folder.

* Handle data store updates for grouped, variable, external, simple, and general data store updates for products.

* Variations & variable changes.

* Update -functions.php calls to use data store.

* Add an interface for the public product data store methods.

* Finished product factory tests

* Correctly delete in the api, fix up some comments, and implement an interface for the public variable methods.

* Fix up delete in all versions of the api

* Handle feedback

* Match protected decloration to parent
2016-11-11 14:31:15 +00:00
..
interfaces [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00
class-wc-coupon-data-store-cpt.php Prevent notices 2016-11-09 16:20:34 +00:00
class-wc-data-store-cpt.php [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00
class-wc-product-data-store-cpt.php [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00
class-wc-product-grouped-data-store-cpt.php [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00
class-wc-product-variable-data-store-cpt.php [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00
class-wc-product-variation-data-store-cpt.php [Product CRUD] Product Datastore (#12317) 2016-11-11 14:31:15 +00:00