w3tc_processed_content

w3tc_processed_content

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('w3tc_processed_content') is found 1 times:

  • /Generic_Plugin.php line 579
    				),
    				$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
    			);