D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
mybf1
/
public_html
/
rambut.bf1.my
/
wp-content
/
plugins
/
social_1752756611-1
/
Filename :
uninstall.php
back
Copy
<?php //if uninstall not called from WordPress exit if (!defined('WP_UNINSTALL_PLUGIN')) { exit(); } global $wpdb; $redirect_table = $wpdb->prefix . "redirects"; $wpdb->query('DROP TABLE IF EXISTS ' . $redirect_table); delete_option('eps_pointers'); delete_option('eps_redirects_404_log'); delete_option('301-redirects-notices'); delete_option('eps_redirects_version');