w3tc_repeating_headers

w3tc_repeating_headers

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

See hook in core

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

apply_filters('w3tc_repeating_headers') is found 1 times:

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