Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
natchbone
/
comment-content
/
plugins
/
all-in-one-wp-migration-unlimited-extension
:
loader.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php /** * Copyright (C) 2014-2020 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/>. * * ███████╗███████╗██████╗ ██╗ ██╗███╗ ███╗ █████╗ ███████╗██╗ ██╗ * ██╔════╝██╔════╝██╔══██╗██║ ██║████╗ ████║██╔══██╗██╔════╝██║ ██╔╝ * ███████╗█████╗ ██████╔╝██║ ██║██╔████╔██║███████║███████╗█████╔╝ * ╚════██║██╔══╝ ██╔══██╗╚██╗ ██╔╝██║╚██╔╝██║██╔══██║╚════██║██╔═██╗ * ███████║███████╗██║ ██║ ╚████╔╝ ██║ ╚═╝ ██║██║ ██║███████║██║ ██╗ * ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═══╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ */ if ( ! defined( 'ABSPATH' ) ) { die( 'Kangaroos cannot jump here' ); } // Include all the files that you want to load in here if ( defined( 'WP_CLI' ) ) { require_once AI1WMUE_VENDOR_PATH . DIRECTORY_SEPARATOR . 'servmask' . DIRECTORY_SEPARATOR . 'command' . DIRECTORY_SEPARATOR . 'ai1wm-wp-cli.php'; } require_once AI1WMUE_VENDOR_PATH . DIRECTORY_SEPARATOR . 'servmask' . DIRECTORY_SEPARATOR . 'pro' . DIRECTORY_SEPARATOR . 'ai1wmve.php'; require_once AI1WMUE_CONTROLLER_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-main-controller.php'; require_once AI1WMUE_CONTROLLER_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-settings-controller.php'; require_once AI1WMUE_MODEL_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-settings.php'; require_once AI1WMUE_EXPORT_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-export-retention.php'; require_once AI1WMUE_IMPORT_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-import-settings.php'; require_once AI1WMUE_IMPORT_PATH . DIRECTORY_SEPARATOR . 'class-ai1wmue-import-database.php';