PluginProbe
Bubble Menu – Floating Button Menu with Sticky Navigation / 1.3
Bubble Menu – Floating Button Menu with Sticky Navigation v1.3
trunk 1.3 2.0 2.2 2.2.1 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.1 3.1.1 4.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.1 4.1.1
bubble-menu / uninstall.php

uninstall.php in Bubble Menu – Floating Button Menu with Sticky Navigation 1.3, at uninstall.php

9 lines 231 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
3 exit();
4 }
5 delete_option( 'wow_license_key_bmp' );
6 delete_option( 'wow_license_status_bmp' );
7 global $wpdb;
8 $wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}wow_bmp" );
9