wpsc_htaccess_mod_headers
wpsc_htaccess_mod_headers
Appears in: wp-super-cache.1.10.0, wp-super-cache.1.11.0, wp-super-cache.1.12.0, wp-super-cache.1.12.1, wp-super-cache.1.12.3, wp-super-cache.1.12.4, wp-super-cache.1.9.3, wp-super-cache.1.9.4
Hook Type: filter
Displaying hooks found in version: wp-super-cache.1.9.4apply_filters('wpsc_htaccess_mod_headers') is found 1 times:
- /wp-cache.php line 3096
$headers['Cache-Control'] = WPSC_CACHE_CONTROL_HEADER; } // Allow overriding headers with a filter. $headers = apply_filters( 'wpsc_htaccess_mod_headers', $headers ); // Combine headers into a block of text. $headers_text = join( "\n", array_map( function ( $key, $value ) {