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");
}