WealthFromAI's picture
FORGE-X: Upload source (fx-7a87e9ec.zip)
01189c5 verified
Raw
History Blame Contribute Delete
228 Bytes
<?php
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) exit;
global $wpdb;
$wpdb->query( "DROP TABLE IF NOT EXISTS {$wpdb->prefix}fx_7a87e9ec" );
delete_option( 'fx-7a87e9ec_options' );
delete_option( 'fx-7a87e9ec_db_version' );