w3tc_ui_config_item_pgcache.cookiegroups.groups

w3tc_ui_config_item_pgcache.cookiegroups.groups

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

See hook in core

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

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

  • /CacheGroups_Plugin_Admin.php line 69
    		$cookie_groups = array(
    			'value'    => $c->get_array( 'pgcache.cookiegroups.groups' ),
    			'disabled' => $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';
    	}
    
    	/**