Newer
Older
<?php
/*
+--------------------------------------------------------------------+
| This work is published under the GNU AGPLv3 license with some |
| permitted exceptions and without any warranty. For full license |
| and copyright information, see https://civicrm.org/licensing |
+--------------------------------------------------------------------+
// Kick out if uninstall not called from WordPress.
if (!defined('WP_UNINSTALL_PLUGIN')) {
exit();
}
// Delete options that this plugin has set.
delete_option('civicrm_activation_in_progress');
delete_option('civicrm_rules_flushed');
// TODO: Remove the CiviCRM Base Page(s).
// TODO: Remove the directory/directories that "civicrm.settings.php" lives in.
// TODO: Remove the CiviCRM database(s).