Priority File Manager

📁 public_html
Base Directory:
/home/toolrmtm/crazyespresso.com/wp-content
NameTypeSizeActions
📁 .. Folder -
📄 advanced-cache.php File 677
Edit Download
📄 index.php File 28
Edit Download
📁 litespeed Folder -
📁 mu-plugins Folder -
📁 plugins Folder -
📁 themes Folder -
📁 updraft Folder -
📁 upgrade Folder -
📁 upgrade-temp-backup Folder -
📁 uploads Folder -
📁 wflogs Folder -

View File: advanced-cache.php

<?php
#BEGIN_EZOIC_INTEGRATION_PHP_CACHE_HANDLER
$ezoic_factory_file = WP_CONTENT_DIR . '/plugins' . '/ezoic-integration/includes/class-ezoic-integration-factory.php';
if ( false == strpos( $_SERVER['REQUEST_URI'], 'wp-admin' ) && file_exists( $ezoic_factory_file ) ) {
   require_once($ezoic_factory_file);
   $ezoic_factory = new Ezoic_Namespace\Ezoic_Integration_Factory();
   if ( $ezoic_factory->bypass_middleware === false ) {
       $ezoic_integrator = $ezoic_factory->new_ezoic_integrator(Ezoic_Namespace\Ezoic_Cache_Type::PHP_CACHE);
       register_shutdown_function(array($ezoic_integrator, "apply_ezoic_middleware"));
   }
}
#END_EZOIC_INTEGRATION_PHP_CACHE_HANDLER