HEX
Server: Apache
System: Linux vps.rockyroadprinting.net 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: rockyroadprintin (1011)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/rockyroadprintin/public_html/wp-content/themes/consulting/admin/templates/theme_info.php
<?php
$theme      = STM_Theme_Info::get_theme_info();
$theme_name = $theme['name'];
?>
<div class="stm_theme_info_wrap clearfix">
    <div class="stm_theme_info">
        <div class="stm_theme_version"><?php echo substr( $theme['v'], 0, 3 ); ?></div>
    </div>
    <div class="stm-about-text-wrap">
        <div class="__header">Welcome to <?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?></div>
        <?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?> is now installed and ready to use! Get ready to build something beautiful.
        Please register your purchase to import <?php echo apply_filters( 'stm_theme_esc_variable', $theme_name ); ?> demos and install premium plugins.
        Read below for additional information.
        <a href="<?php echo esc_attr( STM_INSTALL_VIDEO_URL ); ?>" target="_blank">Watch Our Quick Guided Tour!</a>
    </div>
</div>