PHP 8.0.30
Preview: uninstall.php Size: 2.28 KB
/home/certprox/test.certproxywizard.com/wp-content/plugins/all-in-one-wp-migration-unlimited-main/uninstall.php

<?php
/**
 * Copyright (C) 2014-2018 ServMask Inc.
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 *
 * ███████╗███████╗██████╗ ██╗   ██╗███╗   ███╗ █████╗ ███████╗██╗  ██╗
 * ██╔════╝██╔════╝██╔══██╗██║   ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝
 * ███████╗█████╗  ██████╔╝██║   ██║██╔████╔██║███████║███████╗█████╔╝
 * ╚════██║██╔══╝  ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗
 * ███████║███████╗██║  ██║ ╚████╔╝ ██║ ╚═╝ ██║██║  ██║███████║██║  ██╗
 * ╚══════╝╚══════╝╚═╝  ╚═╝  ╚═══╝  ╚═╝     ╚═╝╚═╝  ╚═╝╚══════╝╚═╝  ╚═╝
 */

// Include plugin bootstrap file
require_once dirname( __FILE__ ) .
	DIRECTORY_SEPARATOR .
	'all-in-one-wp-migration.php';

/**
 * Trigger Uninstall process only if WP_UNINSTALL_PLUGIN is defined
 */
if ( defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	global $wpdb, $wp_filesystem;

	// Delete any options or other data stored in the database here
	delete_option( AI1WM_STATUS );
	delete_option( AI1WM_SECRET_KEY );
	delete_option( AI1WM_AUTH_USER );
	delete_option( AI1WM_AUTH_PASSWORD );
}

Directory Contents

Dirs: 2 × Files: 10

Name Size Perms Modified Actions
lib DIR
- drwxr-xr-x 2026-01-11 21:55:59
Edit Download
storage DIR
- drwxr-xr-x 2026-06-30 03:15:24
Edit Download
3.57 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
10.90 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
28.63 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
1.85 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
2.83 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
36.06 KB lrw-r--r-- 2026-01-11 21:55:59
Edit Download
34.24 KB lrw-r--r-- 2026-01-11 21:56:00
Edit Download
9.53 KB lrw-r--r-- 2026-01-11 21:56:00
Edit Download
2.44 KB lrw-r--r-- 2026-01-11 21:56:00
Edit Download
2.28 KB lrw-r--r-- 2026-01-11 21:56:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).