first commit
This commit is contained in:
9
wp-content/plugins/database-for-cf7/uninstall.php
Normal file
9
wp-content/plugins/database-for-cf7/uninstall.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
// Exit if accessed directly
|
||||
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit; }
|
||||
|
||||
global $wpdb;
|
||||
|
||||
// Delete table
|
||||
$wpdb->query( "DROP TABLE IF EXISTS {$wpdb->prefix}cf7db;" );
|
||||
Reference in New Issue
Block a user