Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/plugins/enhanced-media-library/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/plugins/enhanced-media-library/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');