We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b778d commit d802b9fCopy full SHA for d802b9f
1 file changed
src/uninstall.php
@@ -12,7 +12,7 @@
12
if ( ! defined( 'ABSPATH' ) && ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
13
exit();
14
} else {
15
- delete_option( 'able_player_count' );
16
- delete_option( 'able_show_playground_intro' );
17
- delete_option( 'ableplayer_settings' );
+ delete_option( 'able_player_count' );
+ delete_option( 'able_show_playground_intro' );
+ delete_option( 'ableplayer_settings' );
18
}
0 commit comments