File size: 228 Bytes
5e03399 | 1 2 3 4 5 6 7 | <?php
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
global $wpdb;
$wpdb->query( "DROP TABLE IF NOT EXISTS {$wpdb->prefix}fx_0b5e8195" );
delete_option( 'fx-0b5e8195_options' );
delete_option( 'fx-0b5e8195_db_version' );
|