exit_from_onboard(); // this showing error in admin page, so we are not using this function
if ( get_option( 'elements_kit_onboard_status' ) ) {
echo '';
exit;
}
echo '
';
$count = 1;
foreach ( $onboard_steps as $step_key => $step ) :
$icon = ! empty( $step['icon'] ) ? $step['icon'] : '';
$title = ! empty( $step['title'] ) ? $step['title'] : '';
?>
-
';
?>
$step ) : ?>
';
include $path;
echo '';
}
?>