w3tc_pgcache_cookiegroups, $cookiegroups
w3tc_pgcache_cookiegroups, $cookiegroups
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_filters('w3tc_pgcache_cookiegroups, $cookiegroups') is found 1 times:
- /CacheGroups_Plugin_Admin.php line 269
} } // Allow plugins modify W3TC cookie groups. $cookiegroups = apply_filters( 'w3tc_pgcache_cookiegroups', $cookiegroups ); $w3tc_enabled = false; foreach ( $cookiegroups as $w3tc_group_config ) { if ( $w3tc_group_config['enabled'] ) { $w3tc_enabled = true;