File "SuperCache.php"

Full Path: /home/timepamn/dailynetworth.org/wp-content/plugins/hide-my-wp/models/compatibility/SuperCache.php
File size: 418 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Compatibility Class
 *
 * @file The SuperCache Model file
 * @package HMWP/Compatibility/SuperCache
 */

defined('ABSPATH') || die('Cheatin\' uh?');

class HMWP_Models_Compatibility_SuperCache extends HMWP_Models_Compatibility_Abstract
{

    public function hookFrontend()
    {

	    //Hook the cached buffer
	    add_filter('wpsupercache_buffer', array($this, 'findReplaceCache'), PHP_INT_MAX);

	}

}