changes
This commit is contained in:
41
plugin-file/all-in-one-wp-migration/lib/view/reset/index.php
Normal file
41
plugin-file/all-in-one-wp-migration/lib/view/reset/index.php
Normal file
@ -0,0 +1,41 @@
|
||||
<?php
|
||||
/**
|
||||
* Copyright (C) 2014-2023 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' );
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="ai1wm-reset-container">
|
||||
<div class="ai1wm-reset-content">
|
||||
<h1>
|
||||
<img src="<?php echo wp_make_link_relative( AI1WM_URL ); ?>/lib/view/assets/img/reset/star.png?v=<?php echo AI1WM_VERSION; ?>" alt="<?php _e( 'Star', AI1WM_PLUGIN_NAME ); ?>" />
|
||||
<?php _e( 'Experience Full Functionality with Premium!', AI1WM_PLUGIN_NAME ); ?>
|
||||
</h1>
|
||||
<p><?php _e( 'Please note, the features displayed below are part of an image showcasing the potential of Reset Hub in its Premium version. To activate and enjoy these advanced features, <a href="https://servmask.com/products/unlimited-extension" title="Upgrade to Premium" target="_blank">upgrade to Premium now</a>! Elevate your website management experience with these exclusive functionalities and priority support.', AI1WM_PLUGIN_NAME ); ?></p>
|
||||
|
||||
<a href="https://servmask.com/products/unlimited-extension" target="_blank" title="<?php _e( 'Upgrade to Premium ', AI1WM_PLUGIN_NAME ); ?>"><img src="<?php echo wp_make_link_relative( AI1WM_URL ); ?>/lib/view/assets/img/reset/screen.jpg?v=<?php echo AI1WM_VERSION; ?>" alt="<?php _e( 'Reset Hub Demo', AI1WM_PLUGIN_NAME ); ?>" /></a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user