woocommerce/includes
Mike Jolley ac3be6ba50 Order stores complete 2016-11-18 14:07:21 +00:00
..
abstracts Refunds 2016-11-17 16:53:13 +00:00
admin Add zone_id to get_zones output for ajax. 2016-11-16 04:54:42 -08:00
api Fix tests 2016-11-18 11:14:09 +00:00
cli WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
data-stores Order stores complete 2016-11-18 14:07:21 +00:00
emails Fixed deprecated warnings 2016-11-08 19:00:57 -02:00
gateways [2.6] Ensure that PayPal always receive float amounts, closes #12291 (#12293) 2016-11-10 10:18:35 +00:00
legacy Shipping Zone Data Store 2016-11-16 04:53:23 -08:00
libraries Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
payment-tokens Payment Token Data Store 2016-11-14 06:20:41 -08:00
shipping add translators comments 2016-10-29 13:51:56 +03:00
shortcodes Data stores 2016-11-14 18:18:08 +00:00
vendor add translators comments 2016-10-29 15:57:09 +03:00
walkers WordPress.PHP.YodaConditions.NotYoda 2016-09-09 03:14:28 +03:00
widgets WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-ajax.php Finish moving queries to the shipping zone data store, update usage of deprecated get_zone_id, legacy updates. 2016-11-16 04:53:23 -08:00
class-wc-api.php Changed file name from 'class-' to 'abstract-' (#12159) 2016-10-24 21:49:22 -02:00
class-wc-auth.php add translators comments 2016-10-29 15:57:09 +03:00
class-wc-autoloader.php Remove CLI from WooCommerce. Moving to a new package. 2016-11-14 02:42:40 -08:00
class-wc-background-updater.php Made WC_Logger pluggable via wc_get_logger function. 2016-08-08 13:59:23 +01:00
class-wc-breadcrumb.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-cache-helper.php Data stores 2016-11-14 18:18:08 +00:00
class-wc-cart.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-checkout.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-cli.php Blank file for wc-cli.php 2016-11-14 03:36:26 -08:00
class-wc-comments.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-countries.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-coupon.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-customer.php Fix save 2016-11-17 16:02:09 +00:00
class-wc-data-exception.php Revert "Remove exception class" 2016-08-24 10:20:58 +01:00
class-wc-data-store.php Order stores complete 2016-11-18 14:07:21 +00:00
class-wc-download-handler.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00
class-wc-emails.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-embed.php add translators comments 2016-10-29 20:32:38 +03:00
class-wc-form-handler.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-frontend-scripts.php Enqueue scripts when shortcode is used 2016-10-17 11:49:51 +01:00
class-wc-geo-ip.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-geolocation.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00
class-wc-https.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-install.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-integrations.php Fixed mixed tabs and spaces 2016-07-11 16:56:35 +02:00
class-wc-legacy-api.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-logger.php Fix space between parenthesis 2016-09-15 21:43:56 +02:00
class-wc-order-factory.php Feedback 2016-11-18 10:13:54 +00:00
class-wc-order-item-coupon.php Remove set and get prop - no longer need the extra overhead since functions won't return wp_error now. 2016-08-26 10:48:17 +01:00
class-wc-order-item-fee.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00
class-wc-order-item-meta.php Order item classes 2016-06-21 20:10:09 +01:00
class-wc-order-item-product.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-order-item-shipping.php last item in a multiline-array should end in a comma 2016-08-27 04:46:45 +03:00
class-wc-order-item-tax.php PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket 2016-09-02 04:33:57 +03:00
class-wc-order-item.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
class-wc-order-refund.php Refunds 2016-11-17 16:53:13 +00:00
class-wc-order.php Order stores complete 2016-11-18 14:07:21 +00:00
class-wc-payment-gateways.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-payment-tokens.php Order stores complete 2016-11-18 14:07:21 +00:00
class-wc-post-data.php Fix tests 2016-11-18 11:14:09 +00:00
class-wc-post-types.php Make WooCommerce core play nice with Codeception (#11845) 2016-11-09 11:53:39 +00:00
class-wc-product-attribute.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-download.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-external.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-factory.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-grouped.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-simple.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-variable.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-product-variation.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-query.php Removed empty string param in _deprecated_function function (#12301) 2016-11-10 10:17:32 +00:00
class-wc-register-wp-admin-settings.php fix failing test from master 2016-09-09 19:39:09 +03:00
class-wc-session-handler.php PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket 2016-09-02 04:33:57 +03:00
class-wc-shipping-rate.php add argument on woocommerce_shipping_rate_label (#12075) 2016-10-12 17:06:51 +01:00
class-wc-shipping-zone.php Make sure we don't try to ->read when creating a new shipping zone. 2016-11-16 04:54:42 -08:00
class-wc-shipping-zones.php Add zone_id to get_zones output for ajax. 2016-11-16 04:54:42 -08:00
class-wc-shipping.php Removed empty string param in _deprecated_function function (#12301) 2016-11-10 10:17:32 +00:00
class-wc-shortcodes.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-structured-data.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-tax.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
class-wc-template-loader.php PHPCS: WordPress.Arrays.ArrayDeclaration.NoCommaAfterLast 2016-08-27 05:08:49 +03:00
class-wc-tracker.php User agent tracking 2016-09-12 22:11:05 +01:00
class-wc-validation.php Added polish postcode validation 2016-10-19 15:48:13 +02:00
class-wc-webhook.php WordPress.WhiteSpace.ControlStructureSpacing.BlankLineAfterEnd 2016-08-27 08:57:05 +03:00
wc-account-functions.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
wc-attribute-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-cart-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-conditional-functions.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
wc-core-functions.php Order stores complete 2016-11-18 14:07:21 +00:00
wc-coupon-functions.php Move queries from coupon-functions.php to the coupon data store. 2016-11-14 02:31:04 -08:00
wc-deprecated-functions.php Refunds 2016-11-17 16:53:13 +00:00
wc-formatting-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-notice-functions.php PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket 2016-09-02 04:33:57 +03:00
wc-order-functions.php Order stores complete 2016-11-18 14:07:21 +00:00
wc-order-item-functions.php Order stores complete 2016-11-18 14:07:21 +00:00
wc-page-functions.php Adjusts all references of 'woothemes' to 'woocommerce' in relevant URLs, excluding the Travis CI integration which correctly uses 'woocommerce/woocommerce'. 2016-09-28 12:17:40 +02:00
wc-product-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-rest-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-stock-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-template-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-template-hooks.php Add/product galleries (#11665) 2016-10-13 15:25:42 +01:00
wc-term-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-update-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-user-functions.php WIP - Product CRUD (#12065) 2016-11-16 12:38:24 +00:00
wc-webhook-functions.php Require create webhook secret in the REST API 2016-06-27 21:55:54 -03:00
wc-widget-functions.php Define full path for includes 2016-07-27 11:58:43 +01:00