woocommerce/includes
claudiosmweb 911b1699ee improved the tax name in order item fee 2014-06-11 16:03:07 -03:00
..
abstracts Add filter to allow override the cache widget id 2014-06-07 00:34:12 +08:00
admin improved the tax name in order item fee 2014-06-11 16:03:07 -03:00
api Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
emails has_status 2014-06-03 10:45:33 +01:00
gateways Store PayPal transaction id through payment_complete method 2014-06-11 16:36:55 +02:00
libraries Update LESS compiler and less files #5070 2014-03-06 17:29:52 +01:00
shipping Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
shortcodes Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
updates Internal wc- prefix and get_status filter 2014-06-03 11:04:56 +01:00
walkers Hide empty at walker level #5028 2014-03-20 09:55:36 +00:00
widgets Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-ajax.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-api.php Add action for plugins to load other API resources 2013-11-23 13:27:47 -05:00
class-wc-cache-helper.php Made stateless classes static to allow unhooking of hooks 2014-05-28 14:52:50 +01:00
class-wc-cart.php Prefixes for queries 2014-06-03 11:29:01 +01:00
class-wc-checkout.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-comments.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-countries.php Fix state display Closes #5587 2014-05-30 13:33:09 +01:00
class-wc-coupon.php fix case-insensitive matching for coupon posts with uppercase chars 2014-04-30 23:29:29 -04:00
class-wc-customer.php Removes properties from customer class - these are all stored in _data! 2014-06-02 11:50:01 +01:00
class-wc-download-handler.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-emails.php normalized the woocommerce_email_attachments filter return type 2014-05-12 15:55:53 -03:00
class-wc-form-handler.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-frontend-scripts.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-https.php Made stateless classes static to allow unhooking of hooks 2014-05-28 14:52:50 +01:00
class-wc-install.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02: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 a notice to display messages about available translation upgrades 2014-06-04 13:01:38 -03:00
class-wc-logger.php introduces the wc_get_log_file_path() function 2014-05-28 11:08:33 -03:00
class-wc-order-item-meta.php Check if term is returned before getting its name 2014-05-11 09:37:27 -04:00
class-wc-order.php Support storing transaction id in payment_complete method 2014-06-11 16:36:32 +02:00
class-wc-payment-gateways.php Unify textdomains Closes #4814 2014-02-17 14:27:08 +01:00
class-wc-post-data.php This should be static 2014-06-09 11:57:13 +01:00
class-wc-post-types.php Merge branch 'post-statuses-for-orders' 2014-06-04 05:54:15 +01:00
class-wc-product-external.php fixing typo in product classes 2014-03-24 12:11:43 +00:00
class-wc-product-factory.php Minor fix to stop warnings in HHVM 2014-01-17 14:28:15 -06:00
class-wc-product-grouped.php fixing typo in product classes 2014-03-24 12:11:43 +00:00
class-wc-product-simple.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-product-variable.php fixed WC_Product_Variable::set_stock() compatibility with WC_Product::set_stock() 2014-05-10 17:45:14 -03:00
class-wc-product-variation.php Ensure _stock meta exists, or update will fail 2014-05-12 16:07:51 +01:00
class-wc-query.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
class-wc-session-handler.php Stronger session ID generation 2014-05-20 11:08:31 +01:00
class-wc-shipping-rate.php Possible workaround for @BFTrick's issue. 2014-03-25 13:40:58 +00:00
class-wc-shipping.php Add tool for disabling shipping rate cache for debug 2014-05-01 14:40:31 +01:00
class-wc-shortcodes.php Update class-wc-shortcodes.php 2014-02-28 13:50:50 -08:00
class-wc-tax.php Tweaked tax query to contain less subqueries 2014-06-02 11:55:36 +01:00
class-wc-template-loader.php Made stateless classes static to allow unhooking of hooks 2014-05-28 14:52:50 +01:00
class-wc-validation.php Update class-wc-validation.php 2014-05-14 00:55:29 +01:00
wc-attribute-functions.php Fix encoding issue with attribute values and move variation data to tooltip Closes #5169 2014-03-24 12:09:21 +00:00
wc-cart-functions.php has_status 2014-06-03 10:45:33 +01:00
wc-conditional-functions.php Only check DOING_AJAX 2014-02-13 10:49:33 +01:00
wc-core-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-coupon-functions.php Code changes for #4252 2013-12-02 12:34:27 +01:00
wc-deprecated-functions.php Pass args through for deprecated function Closes #5087 2014-03-12 14:38:03 +01:00
wc-formatting-functions.php [2.2] Simplified attribute name sanitisation which maintains UTF8 char integrity. 2014-05-07 15:02:03 +01:00
wc-notice-functions.php wc_has_notice function 2014-01-07 13:35:01 +00:00
wc-order-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-page-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-product-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-template-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-template-hooks.php Move loop_end hook as it is generic and used in all WP loops 2014-03-20 09:49:35 +00:00
wc-term-functions.php Removed ununsed global variables in local scopes 2014-06-08 22:33:11 +02:00
wc-user-functions.php Prefixes for queries 2014-06-03 11:29:01 +01:00