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