PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
plugins
/
woocommerce-admin
<?php /** * WC Admin Uninstall * * @package WC_Admin\Uninstaller */ defined( 'WP_UNINSTALL_PLUGIN' ) || exit; use \Automattic\WooCommerce\Admin\Install; require_once dirname( __FILE__ ) . '/woocommerce-admin.php'; Install::delete_table_data();
[+]
..
[+]
src
[+]
languages
[-] readme.txt
[edit]
[+]
includes
[-] woocommerce-admin.php
[edit]
[+]
dist
[+]
images
[+]
vendor
[-] uninstall.php
[edit]