keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

added CACHE_BYPASS_COOKIES to customize bypass cookies #21

Closed pacotole closed 6 years ago

pacotole commented 6 years ago

Allow to customize bypass cookies defining a CACHE_BYPASS_COOKIES constant on wp-config.php. For example, to add Woocommerce cart cookies:

define('CACHE_BYPASS_COOKIES', '/^(wp-postpass|wordpress_logged_in|comment_author|woocommerce_items_in_cart|wp_woocommerce_session)_?/');