wpsupercache_buffer

wpsupercache_buffer

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wpsupercache_buffer') is found 1 times:

  • /wp-cache-phase2.php line 2435
    2431
    2432
    2433
    2434
    2435
    2436
    2437
    2438
    2439
    2440
    2441
        }
    }
     
    $added_cache = 0;
    $buffer      = apply_filters( 'wpsupercache_buffer', $buffer );
    wp_cache_append_tag( $buffer );
     
    /*
     * Dynamic content enabled: write the buffer to a file and then process any templates found using
     * the wpsc_cachedata filter. Buffer is then returned to the visitor.
     */

See this hook used in plugins: