w3tc_cdn_config_headers, array(

w3tc_cdn_config_headers, array(

Hook Type: filter

See hook in core

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

apply_filters('w3tc_cdn_config_headers, array(') is found 1 times:

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