Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
custom-css-js-php
:
uninstall.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if(!defined('WP_UNINSTALL_PLUGIN')) { die('You are not allowed to call this page directly.'); } global $wpdb; $wpdb->query("DROP TABLE ".$wpdb->prefix."wce_editor_content"); ?>