wpsc_known_headers

wpsc_known_headers

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-super-cache.2.0.0

apply_filters('wpsc_known_headers') is found 1 times:

  • /wp-cache-phase2.php line 1823
    1819
    1820
    1821
    1822
    1823
    1824
    1825
    1826
    1827
    1828
    1829
    if ( ! function_exists( 'headers_list' ) ) {
        return array();
    }
     
    $known_headers = apply_filters( 'wpsc_known_headers', $known_headers );
     
    if ( ! isset( $known_headers['age'] ) ) {
        $known_headers = array_map( 'strtolower', $known_headers );
    }
     
    $headers = array();