HEX
Server: LiteSpeed
System: Linux altar40.supremepanel40.com 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
User: sescorpcl (4477)
PHP: 8.2.32
Disabled: NONE
Upload Files
File: /home/sescorpcl/public_html/wp-content/themes/sydney/inc/dashboard/html-settings-wizard.php
<?php

/**
 * Settings - Wizard
 *
 * @package Dashboard
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

?>

<!-- Site Wizard Section -->
<?php if ( class_exists( 'ATSS_Onboarding_Wizard' ) && ( get_option( 'atss_wizard_state' ) || get_option( 'atss_current_starter' ) ) ) : ?>
<div class="sydney-dashboard-card-section" style="margin-top: 20px;">
	<div class="sydney-dashboard-module-card">
		<div class="sydney-dashboard-module-card-header bt-align-items-center">
			<div class="sydney-dashboard-module-card-header-info">
				<h2 class="bt-m-0 bt-mb-20px"><?php echo esc_html__( 'Site Wizard', 'sydney' ); ?></h2>
				<p class="bt-text-color-grey"><?php esc_html_e( 'Relaunch the site wizard to set up a fresh template for your site, allowing you to easily incorporate new color and font presets, as well as additional features.', 'sydney' ); ?></p>
			</div>
			<div class="sydney-dashboard-module-card-header-actions bt-pt-0">
				<div class="sydney-dashboard-box-link">
					<a href="<?php echo esc_url( admin_url( 'admin.php?page=atss-onboarding-wizard' ) ); ?>" class="sydney-dashboard-link sydney-dashboard-link-primary button button-primary">
						<?php echo esc_html__( 'Relaunch Wizard', 'sydney' ); ?>
					</a>
				</div>
			</div>
		</div>
	</div>
</div>
<?php endif; ?>
<!-- End Site Wizard Section -->