HEX
Server: LiteSpeed
System: Linux s787.bom1.mysecurecloudhost.com 4.18.0-477.13.1.lve.el8.x86_64 #1 SMP Thu Jun 1 16:40:47 EDT 2023 x86_64
User: mobilech (5348)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: //proc/thread-self/cwd/wp-content/plugins/ftech-plugin/elementor/widgets/view/heading/heading-1.php
<?php 
$this->add_render_attribute( 'title', 'class', 'elementor-gt-heading ftc-section-title-1 ftc-font-700 has-color-white ftc-split-threed ftc-split-text' );
?>

<div class="ftc-blog-1-scn-title prthalign">
<?php if($settings['sub_title_show'] === 'yes'):?>
    <h6 class="ftc-subtitle-1 elementor-goyto-sub ftc-font-700 text-uppercase has-color-pr wow" data-splitting>
        <span class="line"></span><span><?php echo wp_kses($settings['subtitle'], true);?></span>
    </h6>
    <?php endif;?>
    <?php printf('<%1$s %2$s>%3$s</%1$s>',
        tag_escape($settings['title_tag']),
        $this->get_render_attribute_string('title'),
        $settings['title']
    ); ?>
    <?php if($settings['desc_show'] === 'yes'):?>
        <div class="elementor-gt-desc ftc-para-1 wow fadeInUp">
            <?php echo wpautop($settings['description']);?>
        </div>
    <?php endif;?>
</div>