wpsupercache_buffer

wpsupercache_buffer

Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wpsupercache_buffer') is found 1 times:

  • /wp-cache-phase2.php line 2324
    	}
    
    	$added_cache = 0;
    	$oc_key      = get_oc_key();
    	$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: