| Server IP : 185.208.173.17 / Your IP : 87.236.161.98 Web Server : Microsoft-IIS/10.0 System : Windows NT SRV8576125506 10.0 build 26100 (Windows Server 2016) AMD64 User : IUSR ( 0) PHP Version : 7.4.13 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/inetpub/wwwroot/panel.parsmega.com/wp-content/plugins/wp-rest-cache/sources/ |
Upload File : |
<?php
/**
* The plugin Must-Use file
*
* @link: https://www.acato.nl
* @since 2018.2.0
* @package WP_Rest_Cache
*
* @wordpress-plugin
* Plugin Name: WP REST Cache - Must-Use Plugin
* Plugin URI: https://www.acato.nl
* Description: This is the Must-Use version of the WP REST Cache plugin. Deactivating that plugin will remove this Must-Use plugin.
* Version: 2021.3.0
* Author: Richard Korthuis - Acato
* Author URI: https://www.acato.nl
* Text Domain: wp-rest-cache
* Domain Path: /languages
*/
/**
* Make sure plugin functions are loaded.
*/
require_once ABSPATH . 'wp-admin/includes/plugin.php';
if ( is_plugin_active( 'wp-rest-cache/wp-rest-cache.php' ) ) {
include_once WP_PLUGIN_DIR . '/wp-rest-cache/wp-rest-cache.php';
} elseif ( file_exists( WPMU_PLUGIN_DIR . '/wp-rest-cache/wp-rest-cache.php' ) ) {
include_once WPMU_PLUGIN_DIR . '/wp-rest-cache/wp-rest-cache.php';
} else {
return;
}
$wp_rest_cache_api = new \WP_Rest_Cache_Plugin\Includes\API\Endpoint_Api();
$wp_rest_cache_api->get_api_cache();