w3tc_repeating_headers, $repeating_headers

w3tc_repeating_headers, $repeating_headers

Hook Type: filter

See hook in core

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

apply_filters('w3tc_repeating_headers, $repeating_headers') is found 1 times:

  • /PgCache_ContentGrabber.php line 1629
    			'link',
    			'cookie',
    			'set-cookie',
    		);
    		$repeating_headers = apply_filters( 'w3tc_repeating_headers', $repeating_headers );
    
    		foreach ( $response_headers as $w3tc_i ) {
    			$header_name  = $w3tc_i['name'];
    			$header_value = $w3tc_i['value'];
    
    			foreach ( $cache_headers as $cache_header_name ) {