w3tc_ui_config_item_pgcache.cookiegroups.groups, $cookie_groups

w3tc_ui_config_item_pgcache.cookiegroups.groups, $cookie_groups

Hook Type: filter

See hook in core

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

apply_filters('w3tc_ui_config_item_pgcache.cookiegroups.groups, $cookie_groups') is found 1 times:

  • /CacheGroups_Plugin_Admin.php line 69
    		$cookie_groups = array(
    			'value'    => $w3tc_c->get_array( 'pgcache.cookiegroups.groups' ),
    			'disabled' => $w3tc_c->is_sealed( 'pgcache.cookiegroups.groups' ),
    		);
    		$cookie_groups = apply_filters( 'w3tc_ui_config_item_pgcache.cookiegroups.groups', $cookie_groups ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    
    		// Load view.
    		require W3TC_DIR . '/CacheGroups_Plugin_Admin_View.php';
    	}
    
    	/**