at path:
ROOT
/
wp-content
/
plugins
/
eps-301-redirects
/
uninstall.php
run:
R
W
Run
css
DIR
2026-04-09 04:27:52
R
W
Run
images
DIR
2026-04-09 04:27:52
R
W
Run
js
DIR
2026-04-09 04:27:52
R
W
Run
libs
DIR
2026-04-09 04:27:52
R
W
Run
misc
DIR
2026-04-09 04:27:52
R
W
Run
templates
DIR
2026-04-09 04:27:52
R
W
Run
wf-flyout
DIR
2026-04-09 04:27:52
R
W
Run
class.drop-down-pages.php
2.01 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
eps-301-redirects.php
33.3 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
eps-form-elements.php
7.49 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
index.php
28 By
2026-04-09 04:27:52
R
W
Run
Delete
Rename
license.txt
34.32 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
plugin.php
28.2 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
readme.txt
10.21 KB
2026-04-09 04:27:52
R
W
Run
Delete
Rename
uninstall.php
399 By
2026-04-09 04:27:52
R
W
Run
Delete
Rename
error_log
up
📄
uninstall.php
Save
<?php //if uninstall not called from WordPress exit if (!defined('WP_UNINSTALL_PLUGIN')) { exit(); } global $wpdb; //phpcs:ignore as we're using a custom table $wpdb->query('DROP TABLE IF EXISTS ' . $wpdb->prefix . "redirects"); //phpcs:ignore delete_option('eps_pointers'); delete_option('eps_redirects_404_log'); delete_option('301-redirects-notices'); delete_option('eps_redirects_version');