w3tc_cdn_config_headers

w3tc_cdn_config_headers

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('w3tc_cdn_config_headers') is found 1 times:

  • /Cdn_Core.php line 600
    			$engine_config = array_merge(
    				$engine_config,
    				array(
    					'debug'   => $c->get_boolean( 'cdn.debug' ),
    					'headers' => apply_filters( 'w3tc_cdn_config_headers', array() ),
    				)
    			);
    
    			$cdn = CdnEngine::instance( $engine, $engine_config );
    		}
    
    

See this hook used in plugins: