| Server IP : 5.83.47.51 / Your IP : 216.73.217.19 Web Server : Apache System : Linux hosting.nxthost.com 5.14.0-687.44.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 9 11:11:28 EDT 2026 x86_64 User : esteemro ( 1261) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/esteemro/public_html/wp-content/plugins/woocommerce-admin/ |
Upload File : |
<?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();