_agents.php
1 year ago
_complete.php
1 year ago
_default_agent.php
4 months ago
_form_agent.php
1 year ago
_form_service.php
5 months ago
_intro.php
1 year ago
_list_agents.php
1 year ago
_list_services.php
1 year ago
_personal_info.php
2 months ago
_services.php
4 months ago
_settings.php
1 year ago
_work_periods.php
4 months ago
_intro.php
9 lines
| 1 | <?php |
| 2 | if ( ! defined( 'ABSPATH' ) ) { |
| 3 | exit; // Exit if accessed directly |
| 4 | } |
| 5 | ?> |
| 6 | <div class="os-wizard-logo-w"><i class="latepoint-icon latepoint-icon-lp-logo"></i></div> |
| 7 | <h2 class="os-wizard-header"><?php esc_html_e('Setup Wizard', 'latepoint'); ?></h2> |
| 8 | <div class="os-wizard-desc"><?php esc_html_e('Thank you for installing LatePoint, we will walk you through a quick setup process to add services and set working hours for your business.', 'latepoint'); ?></div> |
| 9 | <a href="#" data-route-name="<?php echo esc_attr(OsRouterHelper::build_route_name('wizard', 'next_step')); ?>" class="os-wizard-next-btn os-wizard-trigger-next-btn latepoint-btn latepoint-btn-lg latepoint-btn-outline latepoint-btn-lg"><span><?php esc_html_e('Get Started', 'latepoint'); ?></span><i class="latepoint-icon latepoint-icon-arrow-right"></i></a> |