File "uninstall.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/packages/woocommerce-admin/uninstall.php
File size: 294 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

defined('WP_UNINSTALL_PLUGIN') || exit;
if (defined('WC_ABSPATH') && file_exists(WC_ABSPATH . 'packages/woocommerce-admin/woocommerce-admin.php')) {
    return;
}
use Automattic\WooCommerce\Admin\Install;
require_once dirname(__FILE__) . '/woocommerce-admin.php';
Install::drop_tables();