woocommerce/includes
Claudio Sanches 208fa011b9 Fixed deprecated warnings 2016-11-08 19:00:57 -02:00
..
abstracts [REST API] Throw messages when trying to manipulate variations in products endpoint 2016-11-08 13:55:33 -02:00
admin Fixed undefined property on admin addons 2016-11-08 18:31:39 -02:00
api [REST API] Throw messages when trying to manipulate variations in products endpoint 2016-11-08 13:55:33 -02:00
cli add translators comments 2016-10-29 23:03:28 +03:00
data-stores Fixed coding standards and tests 2016-11-08 18:27:21 -02:00
emails Fixed deprecated warnings 2016-11-08 19:00:57 -02:00
gateways a11y: remove unneeded `title` attributes 2016-11-04 17:40:15 +02:00
legacy fix failing tests. 2016-09-01 23:50:14 +03:00
libraries Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
payment-tokens add translators comments 2016-10-29 13:51:56 +03:00
shipping add translators comments 2016-10-29 13:51:56 +03:00
shortcodes i18n Improvements (#12078) 2016-10-24 08:33:32 +01: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 a11y: replace `title` attributes with `aria-label`, for better accessibility 2016-11-04 17:41:51 +02:00
class-wc-ajax.php add translators comments 2016-10-29 13:16:03 +03: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 Minor tweaks and JSHint ignore for update notice script 2016-06-06 23:05:10 +05:45
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 Include trailing slash in REQUEST_URI before compare for prevent caching 2016-11-08 17:14:31 -02:00
class-wc-cart.php add translators comments 2016-10-29 20:32:38 +03:00
class-wc-checkout.php add translators comments 2016-10-29 15:57:09 +03:00
class-wc-cli.php [CLI] Created initial tax command class 2015-11-06 00:23:46 -02:00
class-wc-comments.php Prevent average product rating meta from being set for other post types 2016-09-08 09:36:56 -07:00
class-wc-countries.php Add counties for Republic of Ireland, change Postcode label to Eircode (#12180) 2016-11-03 11:48:14 +00:00
class-wc-coupon.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
class-wc-customer.php Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
class-wc-data-exception.php Revert "Remove exception class" 2016-08-24 10:20:58 +01:00
class-wc-data-store.php Fixed coding standards and tests 2016-11-08 18:27:21 -02: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 Fix travis error 2016-10-29 16:13:46 +03:00
class-wc-embed.php add translators comments 2016-10-29 20:32:38 +03:00
class-wc-form-handler.php more i18n updates (#12189) 2016-10-26 14:35:52 -02: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 a11y: replace `title` attributes with `aria-label`, for better accessibility 2016-11-04 17:41:51 +02: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 WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis 2016-08-27 07:23:02 +03: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 Fix CRUD refunds 2016-09-07 10:04:56 +01: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 Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
class-wc-order.php Merge pull request #12219 from ramiy/i18n-translation-comments 2016-11-03 13:24:35 -02:00
class-wc-payment-gateways.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-payment-tokens.php PEAR.Functions.FunctionCallSignature.SpaceBeforeOpenBracket 2016-09-02 04:12:22 +03:00
class-wc-post-data.php [2.6] Only affect products 2016-10-19 11:28:46 +01:00
class-wc-post-types.php Flush rewrite rules with cron for attribute terms (#12132) 2016-10-21 15:29:50 +01:00
class-wc-product-external.php Improve docblock comments in WC_Product_External 2016-01-06 16:11:50 +01:00
class-wc-product-factory.php WordPress.WhiteSpace.ControlStructureSpacing.NoSpaceBeforeOpenParenthesis 2016-08-27 07:23:02 +03:00
class-wc-product-grouped.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
class-wc-product-simple.php Direction characters (i18n, RLT, a11y) (#12177) 2016-10-25 21:34:50 -02:00
class-wc-product-variable.php [2.6] Populate attribute dropdown when empty 2016-10-14 12:09:24 +01:00
class-wc-product-variation.php [2.6] variation_data should be isset 2016-10-17 11:33:25 +01:00
class-wc-query.php add translators comments 2016-10-29 20:32:38 +03: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 Implement WC_Data_Store and related code & tests. 2016-11-08 01:39:47 -08:00
class-wc-shipping-zones.php Match zones with no countries 2016-06-20 13:22:58 +01:00
class-wc-shipping.php Check if the chosen method is set on the package rates. There are rare instances where store manager may disable a shipping option while the users session is still in progress. This results in an unexpected errors and checkout page hanging. Double checking that the chosen method is accessable on the package avoids the error. (#12111) 2016-10-18 11:38:44 +01:00
class-wc-shortcodes.php Merge branch 'pr/11883' 2016-09-12 14:53:04 +01:00
class-wc-structured-data.php Less code on the fly inside ld+json 2016-11-03 15:00:57 -02:00
class-wc-tax.php Add 'woocommerce_calc_shipping_tax' filter (#12242) 2016-11-03 11:47:12 +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 Filter and remove empty attributes 2016-10-25 12:42:31 +01:00
wc-cart-functions.php i18n Improvements (#12078) 2016-10-24 08:33:32 +01:00
wc-conditional-functions.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
wc-core-functions.php a11y: replace `title` attributes with `aria-label`, for better accessibility 2016-11-04 17:41:51 +02:00
wc-coupon-functions.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
wc-deprecated-functions.php improved structured data - merge conflict fix 2016-09-14 22:15:49 +02:00
wc-formatting-functions.php Added 3 new price formatting filters 2016-11-06 21:55:36 +01:00
wc-notice-functions.php PEAR.Functions.FunctionCallSignature.SpaceBeforeCloseBracket 2016-09-02 04:33:57 +03:00
wc-order-functions.php Merge pull request #12219 from ramiy/i18n-translation-comments 2016-11-03 13:24:35 -02: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 Introduces wc_get_min_max_price_meta_query() function 2016-10-14 11:19:20 +01:00
wc-rest-functions.php Fixed typo mistake 2016-09-27 21:52:46 +05:30
wc-template-functions.php Removed extra quote from variations attribute dropdown, closes #12251 2016-11-04 17:37:54 -02:00
wc-template-hooks.php Add/product galleries (#11665) 2016-10-13 15:25:42 +01:00
wc-term-functions.php WordPress.PHP.YodaConditions.NotYoda 2016-09-08 01:32:24 +03:00
wc-update-functions.php Fix strings case (#12069) 2016-10-12 11:16:30 +01:00
wc-user-functions.php Use all paid statuses in $customer->get_total_spent() 2016-11-03 11:27:03 +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