Changeset 3054613
- Timestamp:
- 03/19/2024 04:22:02 PM (2 years ago)
- Location:
- lw-all-in-one/trunk/includes
- Files:
-
- 2 edited
-
class-lw-all-in-one-activator.php (modified) (1 diff)
-
class-lw-all-in-one.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lw-all-in-one/trunk/includes/class-lw-all-in-one-activator.php
r3054610 r3054613 218 218 if (is_plugin_active('wp-fastest-cache/wpFastestCache.php')) { 219 219 // Exclude from cache 'lwaio_*' cookies 220 update_option( 'WpFastestCacheExclude', json_encode([ "prefix" => "contain", "content" => "lwaio_", "type" => "cookie"]));220 update_option( 'WpFastestCacheExclude', json_encode([["prefix" => "contain", "content" => "lwaio_", "type" => "cookie"]])); 221 221 if(isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache')){ 222 222 $GLOBALS['wp_fastest_cache']->deleteCache(true); -
lw-all-in-one/trunk/includes/class-lw-all-in-one.php
r3054610 r3054613 298 298 299 299 // Exclude from cache 'lwaio_*' cookies 300 update_option( 'WpFastestCacheExclude', json_encode([ "prefix" => "contain", "content" => "lwaio_", "type" => "cookie"]));300 update_option( 'WpFastestCacheExclude', json_encode([["prefix" => "contain", "content" => "lwaio_", "type" => "cookie"]])); 301 301 } 302 302
Note: See TracChangeset
for help on using the changeset viewer.