woocommerce/includes
The Dramatist 31155ed531 Woocommerce download readfile chunk number hook proposal (#17699)
* A hook proposal to modify the chunk number.

`woocommerce_download_readfile_chunk_number` hook is proposed to make modifying the chunk number easily.

* Constant IMO declared for changeable chunk size. 

New constant `WC_CHUNK_SIZE` declared to make `WC_Download_Handler` class's `readfile_chunked` method's chunk size changeable.
2017-11-15 16:32:28 +00:00
..
abstracts Merge branch 'master' into tweak/order-screens 2017-11-15 13:36:13 +00:00
admin trashed styling 2017-11-15 13:41:20 +00:00
api Merge branch 'master' into pr/16418 2017-11-13 14:37:18 +00:00
cli Apply wc_maybe_define_constant() in all places 2017-09-05 16:52:39 -03:00
data-stores Restore removed action 2017-11-13 19:07:02 +00:00
emails Change invoice email title to "Customer invoice / Order details" 2017-10-27 15:01:02 +02:00
export Add helper function instead of calling method, and restore old method for bw compat 2017-11-08 15:07:00 +00:00
gateways Tweak IPN setting wording 2017-11-15 15:12:52 +00:00
import Allow for shortcode and relative download urls to be imported. Closes #17334 2017-10-25 14:54:02 +02:00
interfaces [#12517] Implement logging product downloads into new logging table 2017-07-30 22:38:17 +00:00
legacy Merge pull request #17193 from woocommerce/fix/legacy-fees-api 2017-10-13 17:36:43 +01:00
libraries Fix like query escape in background processing 2017-09-20 12:46:27 +01:00
log-handlers Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
payment-tokens
shipping Handle isset for legacy props, and adjust free shipping logic 2017-08-21 13:01:20 +01:00
shortcodes Unslash shipping form 2017-11-06 15:50:52 +00:00
theme-support Widths and aspect ratios 2017-11-07 18:32:43 +00:00
vendor Removed legacy WordPress REST API files 2017-10-20 15:52:57 -02:00
walkers Hide cat-parent class when category will show no children due to depth setting 2017-10-13 12:50:49 +01:00
widgets woocommerce_recently_viewed_products_widget_query_args filter 2017-11-15 10:19:11 +00:00
class-wc-ajax.php Merge branch 'master' into tweak/order-screens 2017-11-15 13:36:13 +00:00
class-wc-api.php Add helper function instead of calling method, and restore old method for bw compat 2017-11-08 15:07:00 +00:00
class-wc-auth.php i18n: Fix some translation strings (#16441) 2017-08-14 17:25:08 +01:00
class-wc-autoloader.php update Yoda condition 2017-08-18 17:58:58 +05:30
class-wc-background-emailer.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-background-updater.php Apply wc_maybe_define_constant() in all places 2017-09-05 16:52:39 -03:00
class-wc-breadcrumb.php Fix breadcrumbs for regular categories 2017-08-16 11:22:22 +01:00
class-wc-cache-helper.php Add helper function instead of calling method, and restore old method for bw compat 2017-11-08 15:07:00 +00:00
class-wc-cart-fees.php Rename register_hooks() to init() 2017-11-08 10:17:52 -05:00
class-wc-cart-session.php Merge pull request #17599 from JPry/allow_clone_cart 2017-11-10 12:02:59 +00:00
class-wc-cart-totals.php Out of base rounding error fixes 2017-11-02 20:00:49 +00:00
class-wc-cart.php Merge pull request #17599 from JPry/allow_clone_cart 2017-11-10 12:02:59 +00:00
class-wc-checkout.php Checkout Postcode / Zip validation error message missing Billing / Shipping Identification #17474 (#17535) 2017-11-02 11:54:03 -07:00
class-wc-cli.php
class-wc-comments.php Comment feed where clauses should be appended 2017-06-29 11:29:54 +01:00
class-wc-countries.php Form row wide for email 2017-10-20 16:15:48 -07:00
class-wc-coupon.php Set coupon virtual state on when initializing virtual coupons during recalculation 2017-08-25 17:07:07 +02:00
class-wc-customer-download-log.php PHPCS 2017-11-13 16:29:44 +00:00
class-wc-customer-download.php Merge pull request #17679 from woocommerce/update/12517-download-reporting 2017-11-14 12:23:01 -08:00
class-wc-customer.php Revert "Issue #17575 - perform stripslashes when setting shipping state to avoid unwanted backslashes" 2017-11-06 15:47:43 +00:00
class-wc-data-exception.php
class-wc-data-store.php Removed manual discounts code 2017-08-18 10:36:10 +01:00
class-wc-datetime.php DateTime docblocks 2017-07-18 11:46:11 +01:00
class-wc-deprecated-action-hooks.php Rename actions and handle deprecation 2017-10-27 16:42:19 +01:00
class-wc-deprecated-filter-hooks.php Replaced deprecated wocommerce_credit_card_type_labels in favor of woocommerce_credit_card_type_labels filter. 2017-06-19 21:24:53 +03:00
class-wc-discounts.php Today up logic 2017-11-15 10:31:31 +00:00
class-wc-download-handler.php Woocommerce download readfile chunk number hook proposal (#17699) 2017-11-15 16:32:28 +00:00
class-wc-emails.php Merge pull request #17542 from MikeKoval/master 2017-11-07 09:37:31 -08:00
class-wc-embed.php Fix Fatal Error: undefined function 2017-05-16 04:04:47 -04:00
class-wc-form-handler.php Add helper function instead of calling method, and restore old method for bw compat 2017-11-08 15:07:00 +00:00
class-wc-frontend-scripts.php Remove need for wc_get_core_supported_themes 2017-11-07 12:17:03 +00:00
class-wc-geo-ip.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-geolocation.php GeoDB empty file handling (#17541) 2017-11-08 14:28:03 +00:00
class-wc-https.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-install.php More filter options 2017-11-13 19:03:08 +00:00
class-wc-integrations.php
class-wc-log-levels.php Rename `informational` to `info` in the phpdoc 2017-05-18 10:32:25 +02:00
class-wc-logger.php i18n: Simpler translation string with placeholders 2017-08-16 00:22:46 +03:00
class-wc-meta-data.php Handle JSON encoding for API 2017-10-04 14:12:53 +01:00
class-wc-order-factory.php wc_caught_exception method 2017-11-01 11:41:53 +00:00
class-wc-order-item-coupon.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-order-item-fee.php Revert is_vat_exempt changes in item classes 2017-10-31 13:36:57 +00:00
class-wc-order-item-meta.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-order-item-product.php Converting to floats messes with storage - keep strings 2017-11-06 20:04:03 +00:00
class-wc-order-item-shipping.php Revert is_vat_exempt changes in item classes 2017-10-31 13:36:57 +00:00
class-wc-order-item-tax.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-order-item.php Revert is_vat_exempt changes in item classes 2017-10-31 13:36:57 +00:00
class-wc-order-query.php Query objects can also return objects 2017-08-29 08:36:50 -07:00
class-wc-order-refund.php
class-wc-order.php Merge branch 'master' into fix/17424 2017-10-30 11:01:17 -02:00
class-wc-payment-gateways.php Review tweaks 2017-11-09 09:26:17 -08:00
class-wc-payment-tokens.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
class-wc-post-data.php Remove filter calling deprecated method 2017-11-14 10:21:29 +00:00
class-wc-post-types.php Option to disable reviews globally 2017-06-08 15:26:30 +01:00
class-wc-product-attribute.php Remove escape 2017-06-13 13:30:00 +01:00
class-wc-product-download.php [#12517] Replace download_id on customer download and product download with static UUID instead of filename based hash, to preserve download links, logs, and permissions across filename changes 2017-08-05 04:42:31 +00:00
class-wc-product-external.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-product-factory.php
class-wc-product-grouped.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-product-query.php Query objects can also return objects 2017-08-29 08:36:50 -07:00
class-wc-product-simple.php
class-wc-product-variable.php Remove unnecessary html formatting 2017-11-11 22:33:22 +01:00
class-wc-product-variation.php Add 'parent' to the list of valid tax classes for product variations 2017-10-09 16:20:03 -03:00
class-wc-query.php phpcs 2017-11-15 10:21:38 +00:00
class-wc-register-wp-admin-settings.php
class-wc-session-handler.php Merge branch 'pr/15069' 2017-05-23 18:56:58 +01:00
class-wc-shipping-rate.php Typo in set_instance_id() method 2017-07-11 10:38:50 +01:00
class-wc-shipping-zone.php Add correct args to woocommerce_shipping_zone_method_deleted 2017-06-05 15:11:08 +01:00
class-wc-shipping-zones.php Fix typo in WooCommerce plugin (#16135) 2017-07-17 11:10:52 +01:00
class-wc-shipping.php Refactor it a little bit 2017-11-02 09:24:09 -07:00
class-wc-shortcodes.php Wrap conditonal in add to cart shortcode string output 2017-09-20 13:18:16 +01:00
class-wc-structured-data.php Merge branch 'master' into pr/16191 2017-08-08 13:20:17 +01:00
class-wc-tax.php Filter out invalid tax classes 2017-10-16 22:05:48 -07:00
class-wc-template-loader.php Page template should have higher priority. 2017-09-20 15:47:30 +01:00
class-wc-tracker.php Remove need for wc_get_core_supported_themes 2017-11-07 12:17:03 +00:00
class-wc-validation.php
class-wc-webhook.php Use new CRUD actions to trigger Webhooks 2017-08-10 13:56:17 -03:00
class-woocommerce.php Merge branch 'master' into pr/16418 2017-11-13 14:37:18 +00:00
wc-account-functions.php Define the variable in case the flow doesn't branch 2017-09-29 18:16:26 +02:00
wc-attribute-functions.php typo 2017-08-08 11:07:36 +01:00
wc-cart-functions.php Fixed method returning value in write content warning in legacy PHP 2017-10-27 16:01:33 -02:00
wc-conditional-functions.php Review tweaks 2017-11-09 09:26:17 -08:00
wc-core-functions.php Merge pull request #17631 from woocommerce/update/page-caching-class 2017-11-10 14:12:13 +00:00
wc-coupon-functions.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
wc-deprecated-functions.php Replace thumbnail names 2017-11-07 18:48:51 +00:00
wc-formatting-functions.php WC_TAX_ROUNDING_MODE auto to support switching in tests 2017-11-06 21:25:02 +00:00
wc-notice-functions.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
wc-order-functions.php Fix Issue #16663. Moved meta creation to `prepare_object_for_database`. 2017-08-31 18:17:14 +01:00
wc-order-item-functions.php Invalidate by ID 2017-05-30 14:37:16 +01:00
wc-page-functions.php Check valid data when filtering wp_nav_menu_objects 2017-11-06 16:05:19 +00:00
wc-product-functions.php Replace thumbnail names 2017-11-07 18:48:51 +00:00
wc-rest-functions.php If no title is set when uploading images, use filename 2017-08-24 12:33:53 +01:00
wc-stock-functions.php Fix phpdoc to include params and correct types 2017-05-15 13:50:52 +02:00
wc-template-functions.php Grab description directly to pass through wc_format_content 2017-11-09 16:57:50 +00:00
wc-template-hooks.php Download display in account/checkout 2017-07-11 13:45:35 +01:00
wc-term-functions.php Add cache invalidation for wc_get_product_terms 2017-10-25 13:27:18 +01:00
wc-update-functions.php Upgrade routine 2017-11-07 19:16:44 +00:00
wc-user-functions.php Issue #17505: Apply filters to registration-error-email-exists error. (#17507) 2017-11-07 20:16:56 +00:00
wc-webhook-functions.php Fixed includes/wc-webhook-functions.php and removed debug 2017-10-10 12:59:04 -03:00
wc-widget-functions.php Fix visibility of rating widgets 2017-06-15 11:29:10 +01:00