File manager - Edit - /home/kdmucyyv/semigocare.co.uk/wp-content/mu-plugins/object-cache-pro.php
Back
<?php /* * Plugin Name: Object Cache Pro (MU) * Plugin URI: https://objectcache.pro * Description: A business class Redis object cache backend for WordPress. * Version: 1.24.5 * Author: Rhubarb Group * Author URI: https://rhubarb.group * License: Proprietary * Requires PHP: 7.2 */ defined('ABSPATH') || exit; define('RedisCachePro\Basename', basename(__FILE__)); foreach ([ defined('WP_REDIS_DIR') ? rtrim(WP_REDIS_DIR, '/') : null, __DIR__ . '/redis-cache-pro', __DIR__ . '/object-cache-pro', ] as $path) { if (is_null($path)) { continue; } foreach (['redis-cache-pro.php', 'object-cache-pro.php'] as $file) { if (is_readable("{$path}/{$file}") && include_once "{$path}/{$file}") { return; } } } error_log('objectcache.critical: Failed to locate and load Object Cache Pro plugin'); if (defined('WP_DEBUG') && WP_DEBUG) { throw new RuntimeException('Failed to locate and load Object Cache Pro plugin'); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings