REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.75 KB
Close
/home/nshryvcy/radiantskinclinics.org/wp-content/plugins/elementskit-lite/libs/framework/views/layout-onboard.php
Text
Base64
<!-- onboard_steps nav begins --> <?php use ElementsKit_Lite\Libs\Framework\Classes\Onboard_Status; // redirect to plugin home page if onboard already has completed // Onboard_Status::instance()->exit_from_onboard(); // this showing error in admin page, so we are not using this function if ( get_option( 'elements_kit_onboard_status' ) ) { echo '<script>window.location.href = "' . esc_url( admin_url( 'admin.php?page=elementskit' ) ) . '";</script>'; exit; } echo '<ul class="ekit-onboard-nav"><div class="ekit-onboard-progressbar"></div>'; $count = 1; foreach ( $onboard_steps as $step_key => $step ) : $icon = ! empty( $step['icon'] ) ? $step['icon'] : ''; $title = ! empty( $step['title'] ) ? $step['title'] : ''; ?> <li data-step_key="<?php echo esc_attr( $step_key ); ?>" class="ekit-onboard-nav-item <?php echo $count === 1 ? 'active' : ''; echo $count === count( $onboard_steps ) ? 'last' : ''; ?> "> <?php if ( ! empty( $icon ) ) : ?> <i class="ekit-onboard-nav-icon <?php echo esc_attr( $icon ); ?>"></i> <?php endif; ?> <?php if ( ! empty( $title ) ) : ?> <span class="ekit-onboard-nav-text"><?php echo esc_html( $title ); ?></span> <?php endif; ?> </li> <?php $count ++; endforeach; echo '</ul>'; ?> <!-- onboard_steps nav ends --> <!-- onboard_steps content begins --> <?php foreach ( $onboard_steps as $step_key => $step ) : ?> <!-- includes view file for this step --> <?php $path = isset( $step['view_path'] ) ? $step['view_path'] : self::get_dir() . 'views/onboard-steps/' . $step_key . '.php'; if ( file_exists( $path ) ) { echo '<div class="ekit-onboard-step-wrapper ekit-onboard-' . esc_attr( $step_key ) . '">'; include $path; echo '</div>'; } ?> <?php endforeach; ?> <!-- onboard_steps content ends -->
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 2 × Files: 4
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
onboard-steps
DIR
-
drwxr-xr-x
2026-06-05 03:11:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
settings-sections
DIR
-
drwxr-xr-x
2026-06-05 03:11:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
init.php
10.74 KB
lrw-r--r--
2026-02-24 11:00:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-onboard.php
1.75 KB
lrw-r--r--
2025-06-24 13:48:04
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-settings.php
4.89 KB
lrw-r--r--
2026-02-24 11:00:14
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
layout-user-consent-for-banner.php
1.52 KB
lrw-r--r--
2024-05-19 14:00:38
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).