w3tc_processed_content

w3tc_processed_content

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

See hook in core

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

apply_filters('w3tc_processed_content') is found 1 times:

  • /Generic_Plugin.php line 559
    				),
    				$buffer
    			);
    
    			$buffer = apply_filters( 'w3tc_processed_content', $buffer );
    		}
    
    		return $buffer;
    	}
    
    	/**