%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/setup/steps/ |
Current File : /var/www/html/ceaa/wp-content/plugins/learnpress/inc/admin/views/setup/steps/finish.php |
<?php /** * Template for displaying finish step. * * @author ThimPres * @package LearnPress/Admin/Views * @version 3.0.0 */ defined( 'ABSPATH' ) or exit; ?> <h2><?php _e( 'Finish', 'learnpress' ); ?></h2> <p><?php _e( 'Congrats! You are almost done with your settings.', 'learnpress' ); ?></p> <h3><?php _e( 'What\'s next?', 'learnpress' ); ?></h3> <p class="finish-buttons"> <a class="button" id="install-sample-course" href="<?php echo esc_url( wp_nonce_url( admin_url( 'index.php?page=lp-install-sample-data' ), 'install-sample-course' ) ); ?>"> <?php _e( 'Install sample course', 'learnpress' ); ?> </a> <a class="button" href="<?php echo esc_url( admin_url( 'post-new.php?post_type=lp_course' ) ); ?>"><?php _e( 'Create new course', 'learnpress' ); ?></a> <a class="button" href="<?php echo esc_url( get_home_url() /* SITE_URL */ ); ?>"><?php _e( 'Visit your site', 'learnpress' ); ?></a> <a class="button" href="<?php echo esc_url( admin_url( 'index.php' ) ); ?>"><?php _e( 'Back to Dashboard', 'learnpress' ); ?></a> </p>