Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
plugins
/
seo_1767845948
/
📝 Editing: uninstall.php
<?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');
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/www/wp-content/plugins/seo_1767845948