We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a98fa7 commit 2d99453Copy full SHA for 2d99453
uninstall.php
@@ -18,3 +18,7 @@
18
delete_option("koko_analytics_use_custom_endpoint");
19
delete_option("koko_analytics_realtime_pageview_count");
20
delete_option('koko_analytics_jetpack_import_params');
21
+delete_option('koko_analytics_last_aggregation_at');
22
+
23
+// not removing koko_analytics_version because the database tables itself are not removed upon uninstall
24
+// not removing koko_analytics_referrers_v2 because it also describes database state
0 commit comments