w3tc_repeating_headers

w3tc_repeating_headers

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

See hook in core

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

apply_filters('w3tc_repeating_headers') is found 1 times:

  • /PgCache_ContentGrabber.php line 1442
    			'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'];