w3tc_pgcache_cookiegroups

w3tc_pgcache_cookiegroups

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.7.0

apply_filters('w3tc_pgcache_cookiegroups') is found 1 times:

  • /CacheGroups_Plugin_Admin.php line 249
    			}
    		}
    
    		// Allow plugins modify W3TC cookie groups.
    		$cookiegroups = apply_filters( 'w3tc_pgcache_cookiegroups', $cookiegroups );
    
    		$enabled = false;
    
    		foreach ( $cookiegroups as $group_config ) {
    			if ( $group_config['enabled'] ) {
    				$enabled = true;