xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Base: /home/ayyokffr/monsterbeatsbydrepaschere.com
Current: /home/ayyokffr/monsterbeatsbydrepaschere.com/wp-content/plugins/randomize
Name
Type
Size
Action
..
dir
-
languages
dir
-
randomize.php
file
7743
edit
randomize_admin.php
file
10516
edit
readme.txt
file
3080
edit
uninstall.php
file
201
edit
Quick Jump (auto-detected)
/home/ayyokffr/monsterbeatsbydrepaschere.com
Reset Base
Overwrite
Upload
Editing: wp-content/plugins/randomize/uninstall.php
<?php if(defined('WP_UNINSTALL_PLUGIN') ){ // Delete custom table global $wpdb; $table_name = $wpdb->prefix . 'randomize'; $sql = 'DROP TABLE IF EXISTS '.$table_name; $wpdb->query($sql); } ?>
Save