File "uninstall.php"

Full Path: /home/vantageo/public_html/wp-admin-20240915120854/wp-includes-20240915121038/IXR/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");