Skip to content

Commit d802b9f

Browse files
committed
Update uninstall.php
1 parent f2b778d commit d802b9f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/uninstall.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
if ( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
1313
exit();
1414
} else {
15-
delete_option( 'able_player_count' );
16-
delete_option( 'able_show_playground_intro' );
17-
delete_option( 'ableplayer_settings' );
15+
delete_option( 'able_player_count' );
16+
delete_option( 'able_show_playground_intro' );
17+
delete_option( 'ableplayer_settings' );
1818
}

0 commit comments

Comments
 (0)