w3tc_repeating_headers, $repeating_headers
w3tc_repeating_headers, $repeating_headers
Appears in: w3-total-cache.2.10.3
Hook Type: filter
Displaying hooks found in version: w3-total-cache.2.10.3apply_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 ) {