HEX
Server: Apache
System: Linux outside 5.4.8_Algonet_ZeroMAC_0.9.4.8 #6 SMP Mon Feb 3 20:36:07 CET 2020 x86_64
User: server (1002)
PHP: 8.3.20
Disabled: exec,passthru,shell_exec,system,proc_open,popen,curl_multi_exec,parse_ini_file,show_source
Upload Files
File: /home/muoapartman/www/wp-content/themes/resoto/welcome/sections/support.php
<div class="support-wrap">
    <div class="support-col">
        <h3><?php echo esc_html__('Documentation', 'resoto'); ?></h3>
        <p><?php
            printf(
                    /* translators: Theme Name */
                    esc_html__('Read the detailed documentation of the theme. The documentation contains all the necessary information required to set up the %s theme.', 'resoto'), esc_html($this->theme_name));
            ?></p>
        <a class="button button-primary" target="_blank" href="https://doc.mysticalthemes.com/resoto/"><?php echo esc_html__('Read Full Documentation', 'resoto'); ?></a>
    </div>

    <div class="support-col">
        <h3><?php echo esc_html__('Create Support Tickets', 'resoto'); ?></h3>
        <p><?php echo esc_html__('Still, having problems after reading all the documentation? No Problem!! Please create a support ticket. Our dedicated support team will help you to solve your problem.', 'resoto'); ?></p>
        <a class="button button-primary" target="_blank" href="https://mysticalthemes.com/forums/forum/wordpress-free-themes/resoto/"><?php echo esc_html__('Create Support Tickets', 'resoto'); ?></a>
    </div>
</div>