HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/breeze/uninstall.php
<?php
// if uninstall.php is not called by WordPress, die
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	die;
}

if ( ! defined( 'BREEZE_PLUGIN_DIR' ) ) {
	define( 'BREEZE_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
}

// Helper functions.
require_once BREEZE_PLUGIN_DIR . 'inc/helpers.php';
require_once BREEZE_PLUGIN_DIR . 'inc/functions.php';
require_once( BREEZE_PLUGIN_DIR . 'inc/class-breeze-options-reader.php' );
require_once( BREEZE_PLUGIN_DIR . 'inc/breeze-configuration.php' );
require_once( BREEZE_PLUGIN_DIR . 'inc/class-breeze-htaccess-settings.php' );
//config to cache
require_once( BREEZE_PLUGIN_DIR . 'inc/cache/config-cache.php' );
// Load Store Local Files class.
require_once( BREEZE_PLUGIN_DIR . 'inc/class-breeze-store-files-locally.php' );
require_once( BREEZE_PLUGIN_DIR . 'inc/class-breeze-protected-urls-index.php' );

require_once( BREEZE_PLUGIN_DIR . 'inc/breeze-admin.php' );

Breeze_Admin::plugin_uninstall_hook();
Breeze_Protected_Urls_Index::delete_index_files_on_uninstall();