HEX
Server: LiteSpeed
System: Linux c3.neet-panel.com 4.18.0-553.132.1.lve.el8.x86_64 #1 SMP Wed Jun 17 12:00:40 UTC 2026 x86_64
User: momengzz (1752)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/momengzz/public_html/momentumdelser.lat/wp-content/plugins/imunify-security/uninstall.php
<?php
/**
 * Plugin uninstall handler (WordPress magic file).
 *
 * Runs in an isolated request with the plugin not bootstrapped, so it loads
 * just the autoloader to resolve the per-domain uninstall handlers.
 */

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

require_once __DIR__ . '/inc/autoload.php';

\CloudLinux\Imunify\App\Lifecycle\Lifecycle::uninstall();