Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
brueggemannfh
/
wp-content
/
themes
/
wuko
/
core
/
dashboard
/
File Content:
tpl-view-weclome.php
<?php /** * Template Welcome * * * @package wuko\core\dashboard * @author WebGeniusLab <webgeniuslab@gmail.com> * @since 1.0.0 */ $theme = wp_get_theme(); $allowed_html = [ 'a' => [ 'href' => true, 'target' => true, ], ]; ?> <div class="wgl-welcome_page"> <div class="wgl-welcome_title"> <h1><?php esc_html_e('Welcome to', 'wuko');?> <?php echo esc_html(wp_get_theme()->get('Name')); ?> </h1> </div> <div class="wgl-version_theme"> <?php esc_html_e('Version - ', 'wuko');?> <?php echo esc_html(wp_get_theme()->get('Version')); ?> </div> <div class="wgl-welcome_subtitle"> <?php echo sprintf(esc_html__('%s is already installed and ready to use! Let\'s build something impressive.', 'wuko'), esc_html(wp_get_theme()->get('Name'))) ; ?> </div> <div class="wgl-welcome-step_wrap"> <div class="wgl-welcome_sidebar left_sidebar"> <div class="theme-screenshot"> <img src="<?php echo esc_url(get_template_directory_uri() . "/screenshot.png"); ?>"> </div> </div> <div class="wgl-welcome_content"> <div class="step-subtitle"> <?php echo sprintf(esc_html__('Сomplete the steps and you will be able to use all functionalities of %s theme by WebGeniusLab', 'wuko'), esc_html(wp_get_theme()->get('Name'))); ?> </div> </div> </div> </div>
Submit
FILE
FOLDER
Name
Size
Permission
Action
tpl-view-activate-theme.php
6274 bytes
0644
tpl-view-plugins.php
3561 bytes
0644
tpl-view-status.php
16442 bytes
0644
tpl-view-theme-helper.php
6927 bytes
0644
tpl-view-weclome.php
1526 bytes
0644
N4ST4R_ID | Naxtarrr