• File: uninstall.php
  • Full Path: /home/dealkatnwc/www/wp-content/plugins/custom-css-js-php/uninstall.php
  • Date Modified: 03/07/2020 11:14 AM
  • File size: 188 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?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");

?>