HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/WKIst/sustarianliving.com/wwwroot/wp-content/plugins/easyindexplus/uninstall.php
<?php
/*
Copyright (c) 2010-2018 Box Hill LLC

All Rights Reserved

No part of this software may be reproduced, copied, modified or adapted, without the prior written consent of Box Hill LLC.

Commercial use and distribution of any part of this software is not allowed without express and prior written consent of Box Hill LLC.

*/

/**
 * Remove EasyIndexPlus settings when the plugin is uninstalled
 */
if (!defined('WP_UNINSTALL_PLUGIN')) {
    exit();
}

if (current_user_can('edit_plugins')) {
    delete_option("EasyIndexPlus");
}