Sindbad~EG File Manager

Current Path : /home/copmadinaarea/www/wp-content__80fcb17/plugins/indeed-membership-pro/
Upload File :
Current File : /home/copmadinaarea/www/wp-content__80fcb17/plugins/indeed-membership-pro/uninstall.php

<?php

if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ){
  exit();
}
if ( !defined('IHC_PATH')){
    define( 'IHC_PATH', plugin_dir_path(__FILE__) );
}
require_once IHC_PATH . 'utilities.php';
require_once IHC_PATH . 'autoload.php';

// revoke
$ihcElCheck = new \Indeed\Ihc\Services\ElCheck();
$ihcElCheck->doRevoke();

if ( get_option('ihc_keep_data_after_delete') == 1 ){
  return;
}
// remove data
require_once plugin_dir_path(__FILE__) . 'classes/Ihc_Db.class.php';
Ihc_Db::do_uninstall();
require_once plugin_dir_path(__FILE__) . 'classes/OldLogs.php';
$oldLogs = new \Indeed\Ihc\OldLogs();
$oldLogs->ECP();
$oldLogs->WECP();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists