wellcome.php (690B)
1 <h1><?php echo esc_html(sprintf(__('Welcome to %1$s', 'welbim'), $this->theme_name->name)); ?></h1> 2 3 <p class="about-text"> 4 <?php 5 echo sprintf(__('Thank you so much for using %1$s Theme! Please <a href="?page=%2$sproduct-registration">activate your product</a> to get updates, to get demo content, automatic plugins updates and theme support. Check out the support tab to learn more about our support. We hope you enjoy it!', 'welbim'), $this->dashboard_Name, $this->menu_slug); 6 ?> 7 <a target="_blank" class="wp-badge envato-theme-license-logo" href="javasctipt:void()"></a> 8 </p> 9 <div class="envato-theme-license-badge-container"> 10 <div class="envato-theme-license-badge"> 11 </div> 12 </div>