File "uninstall.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/gplvault-updater/uninstall.php
File
size: 351 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('WP_UNINSTALL_PLUGIN') || exit;
require_once 'gplvault-updater.php';
try {
if (GPLVault_Settings_Manager::instance()->has_api_settings()) {
gv_api_manager()->set_initials()->deactivate();
}
} catch (Exception $e) {
}
gv_util()->cleanup();
gv_settings_manager()->remove_api_key();
gv_settings_manager()->remove_initial();