w3tc_processed_content, $buffer

w3tc_processed_content, $buffer

Hook Type: filter

See hook in core

Displaying hooks found in version: w3-total-cache.2.10.3

apply_filters('w3tc_processed_content, $buffer') is found 1 times:

  • /Generic_Plugin.php line 1005
    				),
    				$buffer
    			);
    
    			$buffer = apply_filters( 'w3tc_processed_content', $buffer );
    
    			// Apply the w3tc_processed_content filter before pagecache callback.
    			$buffer = Util_Bus::do_ob_callbacks(
    				array( 'pagecache' ),
    				$buffer
    			);