Skip to content

Commit

Permalink
Delete missed out option on uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Zodiac1978 committed Jan 7, 2024
1 parent 91ef82f commit 7540919
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions antispam_bee.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7540919

Please sign in to comment.