File "uninstall.php"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/woo-bulk-editor/uninstall.php
File size: 213 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

if (!defined('WP_UNINSTALL_PLUGIN')) {
    exit;
}

global $wpdb;
$wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}woobe_history");
$wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}woobe_history_bulk");