woocommerce/includes
Mike Jolley 3d36f446d3 Deprecate woocommerce_admin_css action - it's pointless
Will be removed in 2.4. Closes #6456
2014-10-03 10:07:28 +01:00
..
abstracts Merge pull request #6383 from BFTrick/iss-6358 2014-10-02 14:00:18 +01:00
admin Deprecate woocommerce_admin_css action - it's pointless 2014-10-03 10:07:28 +01:00
api Absolute path fix for REST API v1 2014-09-21 01:12:54 +05:45
emails removing all isntances of abstract from the WC_Email class 2014-09-23 10:20:28 -06:00
gateways Use 'no' to disable the gateway 2014-09-29 12:08:19 +02:00
libraries changed the LESS compiler to SCSS compiler #5606 2014-09-22 15:30:07 -03:00
shipping Absolute path and Indentation fix for includes/shipping/*.php :) 2014-09-21 01:29:32 +05:45
shortcodes Minor tweaks to cart shortcode 2014-09-24 15:26:53 +01:00
updates Absolute path and Indentation fix for includes/updates/*.php :) 2014-09-21 01:19:50 +05:45
walkers Absolute path and Indentation fix for includes/walkers/*.php :) 2014-09-21 01:20:47 +05:45
widgets [2.2] and test, use term_taxonomy_id for transient names 2014-09-24 14:22:02 +01:00
class-wc-ajax.php Added $user_id 2014-09-29 09:13:56 +02:00
class-wc-api.php Absolute path fix for WC_API class 2014-09-21 00:27:10 +05:45
class-wc-cache-helper.php Notices from earlier cache helper change 2014-10-02 17:18:04 +01:00
class-wc-cart.php include original $quantity with 2014-09-24 16:54:15 -04:00
class-wc-checkout.php Prevent errors when country field is disabled 2014-09-22 13:23:31 +01:00
class-wc-comments.php Allow getting rating count for a specific rating number 2014-09-17 11:03:10 +03:00
class-wc-countries.php Prevent errors when country field is disabled 2014-09-22 13:23:31 +01:00
class-wc-coupon.php Found and fix indendation for multiline comments for class-wc-coupon.php :) 2014-09-21 00:31:22 +05:45
class-wc-customer.php Prevent errors when country field is disabled 2014-09-22 13:23:31 +01:00
class-wc-download-handler.php When user tries to download a file and isn't logged in, send them to the account page with a notice. 2014-10-02 15:21:39 +01:00
class-wc-emails.php using WC_Email send method for all WC emails 2014-09-23 11:02:00 -06:00
class-wc-form-handler.php Do not escape redirect url in form handler 2014-10-01 21:26:35 +03:00
class-wc-frontend-scripts.php Removed deprecated methods from WC_Frontend_Scripts and rewrote script registration and localization to run once. 2014-09-24 10:57:39 +01:00
class-wc-https.php remove notice for undefined action property of ajax request 2014-09-24 09:12:26 -04:00
class-wc-install.php changed the LESS compiler to SCSS compiler #5606 2014-09-22 15:30:07 -03:00
class-wc-integrations.php We'll let autoload handle this file loading 2013-11-01 21:05:02 +01:00
class-wc-language-pack-upgrader.php Added newline ;) 2014-09-21 00:36:01 +05:45
class-wc-logger.php introduces the wc_get_log_file_path() function 2014-05-28 11:08:33 -03:00
class-wc-order-factory.php Removed newline ;) 2014-09-21 00:36:42 +05:45
class-wc-order-item-meta.php Cast array instead Closes #5890 2014-08-05 11:28:27 +01:00
class-wc-order-refund.php Line and indendation fix 2014-09-21 00:39:33 +05:45
class-wc-order.php Allow WC_Order to be constructed w/o Order ID 2014-09-22 14:58:18 +04:00
class-wc-payment-gateways.php added simplify pre-orders support 2014-09-02 11:11:21 -03:00
class-wc-post-data.php Line and indendation fix 2014-09-21 00:39:33 +05:45
class-wc-post-types.php Fixed number of processing orders display 2014-09-15 23:32:34 -03:00
class-wc-product-external.php Absolute path fix for class-wc-product-external.php 2014-09-21 00:40:53 +05:45
class-wc-product-factory.php Remove newline 2014-09-21 00:41:34 +05:45
class-wc-product-grouped.php Absolute path fix for class-wc-product-grouped.php 2014-09-21 00:42:09 +05:45
class-wc-product-simple.php Absolute path fix for class-wc-product-simple.php 2014-09-21 00:42:32 +05:45
class-wc-product-variable.php woocommerce_get_children filter from 2.2 2014-10-01 19:42:20 +03:00
class-wc-product-variation.php Merge pull request #6405 from tamarazuk/master 2014-10-02 12:42:45 +01:00
class-wc-query.php Absolute path fix for class-wc-query.php 2014-09-21 00:43:54 +05:45
class-wc-session-handler.php Absolute path fix for class-wc-session-handler.php 2014-09-21 00:44:26 +05:45
class-wc-shipping-rate.php added new filter for shipping tax 2014-09-26 10:35:59 +02:00
class-wc-shipping.php Absolute path fix for class-wc-shipping.php 2014-09-21 00:46:02 +05:45
class-wc-shortcodes.php Minor tweaks to cart shortcode 2014-09-24 15:26:53 +01:00
class-wc-tax.php Indendation fix by .editorconfig 2014-09-21 00:47:51 +05:45
class-wc-template-loader.php Update class-wc-template-loader.php 2014-06-19 15:45:09 +03:00
class-wc-validation.php Update class-wc-validation.php 2014-05-14 00:55:29 +01:00
class-wc-webhook.php Absolute path fix for class-wc-webhook.php 2014-09-21 00:48:51 +05:45
wc-attribute-functions.php Absolute path fix for wc-attribute-functions.php 2014-09-21 00:49:38 +05:45
wc-cart-functions.php Absolute path fix for wc-cart-functions.php 2014-09-21 00:51:15 +05:45
wc-conditional-functions.php Absolute path fix for wc-conditional-functions.php 2014-09-21 00:51:46 +05:45
wc-core-functions.php Absolute path fix for wc-core-functions.php 2014-09-21 00:52:11 +05:45
wc-coupon-functions.php Absolute path fix for wc-coupon-functions.php 2014-09-21 00:52:35 +05:45
wc-deprecated-functions.php changed the LESS compiler to SCSS compiler #5606 2014-09-22 15:30:07 -03:00
wc-formatting-functions.php Absolute path fix for wc-formatting-functions.php 2014-09-21 00:54:16 +05:45
wc-notice-functions.php Absolute path fix for wc-notice-functions.php 2014-09-21 00:54:43 +05:45
wc-order-functions.php Absolute path fix for wc-order-functions.php 2014-09-21 00:55:04 +05:45
wc-page-functions.php Additional args for woocommerce_get_endpoint_url 2014-10-01 16:50:25 +01:00
wc-product-functions.php scrutinizer patches 2014-09-08 00:37:55 +01:00
wc-template-functions.php Add maxlength attribute to textarea fields 2014-10-01 16:35:03 -04:00
wc-template-hooks.php Absolute path fix for wc-template-hooks.php 2014-09-21 00:56:09 +05:45
wc-term-functions.php Absolute path fix for wc-term-functions.php 2014-09-21 00:56:49 +05:45
wc-user-functions.php wc_paying_customer to only increase for 'simple' orders and added tool to refresh stats to customer list. 2014-10-02 16:44:36 +01:00