woocommerce/includes/data-stores
Claudio Sanches 42ca7bda3d Merge pull request #13989 from woocommerce/fix/product-meta-save_post
Fix saving meta when using `save_post`.
2017-04-06 14:38:16 -03:00
..
abstract-wc-order-data-store-cpt.php Call save_meta_data before wp_update_post for data stores that use it, and refresh meta cache after. 2017-04-05 14:39:41 -07:00
abstract-wc-order-item-type-data-store.php Make sure the changes includes either $name or $order_id 2017-03-28 08:47:01 -04:00
class-wc-coupon-data-store-cpt.php Call save_meta_data before wp_update_post for data stores that use it, and refresh meta cache after. 2017-04-05 14:39:41 -07:00
class-wc-customer-data-store-session.php Set session data only if the value is empty in customer object. Prevents session data overwriting customer data on login. 2017-04-06 10:28:32 +01:00
class-wc-customer-data-store.php Make sure we have a prefix for strstr 2017-04-06 14:11:00 +01:00
class-wc-customer-download-data-store.php Add missing download_id param 2017-04-05 13:37:42 -07:00
class-wc-data-store-wp.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-data-store-cpt.php Escaping in search orders 2017-03-31 17:14:08 +01:00
class-wc-order-item-coupon-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-fee-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-product-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-shipping-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-item-tax-data-store.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-order-refund-data-store-cpt.php Miscellaneous cleanup of typos + change some return types for IDE helpers 2017-03-20 11:03:14 +01:00
class-wc-payment-token-data-store.php Use prepare on `type` in payment token data store 2017-03-31 11:22:47 +01:00
class-wc-product-data-store-cpt.php Call save_meta_data before wp_update_post for data stores that use it, and refresh meta cache after. 2017-04-05 14:39:41 -07:00
class-wc-product-grouped-data-store-cpt.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00
class-wc-product-variable-data-store-cpt.php Fix direction 2017-04-05 20:25:21 +01:00
class-wc-product-variation-data-store-cpt.php Merge pull request #13989 from woocommerce/fix/product-meta-save_post 2017-04-06 14:38:16 -03:00
class-wc-shipping-zone-data-store.php Changed version 2.7 to 3.0 2017-03-15 13:36:53 -03:00