<?php /** * Setup Wizard step: Welcome * * @since 4.4.4 * @version 4.4.4 * * @property LLMS_Admin_Setup_Wizard $this Setup wizard class instance. */ defined( 'ABSPATH' ) || exit; ?> <h1><?php _e( 'Welcome to LifterLMS!', 'lifterlms' ); ?></h1> <p><?php _e( 'Thanks for choosing LifterLMS to power your online courses! This short setup wizard will guide you through the basic settings and configure LifterLMS so you can get started creating courses faster!', 'lifterlms' ); ?></p> <p><?php _e( 'It will only take a few minutes and it is completely optional. If you don\'t have the time now, come back later.', 'lifterlms' ); ?></p> <?php