From 8ea342583b8d75ebebea507fcc11d2314f293ed2 Mon Sep 17 00:00:00 2001 From: Torsten Landsiedel Date: Sun, 7 Jan 2024 11:18:44 +0100 Subject: [PATCH] Delete missed out option on uninstall --- antispam_bee.php | 1 + 1 file changed, 1 insertion(+) diff --git a/antispam_bee.php b/antispam_bee.php index c70fb2a2..05ed00b0 100755 --- a/antispam_bee.php +++ b/antispam_bee.php @@ -402,6 +402,7 @@ public static function uninstall() { global $wpdb; delete_option( 'antispam_bee' ); + delete_option( 'antispambee_db_version' ); $wpdb->query( 'OPTIMIZE TABLE `' . $wpdb->options . '`' ); //phpcs:disable WordPress.DB.PreparedSQL.NotPrepared