PluginProbe
ezCache / 1.3.11
ezCache v1.3.11
2.6.5 2.6.4 2.6.2 2.6.3 2.6.1 2.6.0 2.5.6 2.5.5 2.5.4 2.5.3 2.5.2 2.5.1 2.5 2.2.1 2.2.2 trunk 1.2 1.2.1 1.2.2 1.2.3 1.2.4 1.3 1.3.1 1.3.10 1.3.11 All 49 releases
ezcache / uninstall.php

uninstall.php in ezCache 1.3.11, at uninstall.php

12 lines 234 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
4 die( 'NO direct access!' );
5 }
6
7 include_once __DIR__ . '/vendor/autoload.php';
8
9 if ( class_exists( '\Upress\EzCache\Updater' ) ) {
10 \Upress\EzCache\Updater::uninstall();
11 }
12