summaryrefslogtreecommitdiffstats
path: root/uninstall.php
diff options
context:
space:
mode:
Diffstat (limited to 'uninstall.php')
-rw-r--r--uninstall.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/uninstall.php b/uninstall.php
index 77db867..f1acff6 100644
--- a/uninstall.php
+++ b/uninstall.php
@@ -29,3 +29,11 @@
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
exit;
}
+
+/*
+ * Delete all transient data saved by the plugin
+ * @since 1.1
+ *
+ * @package Dnxcovita
+ */
+delete_transient( 'dnxcovita_data' );