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>