wp_cache_ob_callback_filter

wp_cache_ob_callback_filter

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wp_cache_ob_callback_filter') is found 1 times:

  • /wp-cache-phase2.php line 2081
    2077
    2078
    2079
    2080
    2081
    2082
    2083
    2084
    2085
    2086
    2087
    } elseif ( empty( $wp_super_cache_query ) && function_exists( 'http_response_code' ) ) {
        wpsc_catch_http_status_code( http_response_code() );
    }
     
    $buffer = apply_filters( 'wp_cache_ob_callback_filter', $buffer );
     
    if ( defined( 'DONOTCACHEPAGE' ) ) {
        wp_cache_debug( 'DONOTCACHEPAGE defined. Caching disabled.', 2 );
        $cache_this_page = false;
    } elseif ( $wp_cache_no_cache_for_get && wpsc_is_get_query() ) {
        wp_cache_debug( 'Non empty GET request. Caching disabled on settings page. ' . wpsc_dump_get_request(), 1 );

See this hook used in plugins: