File: //proc/thread-self/cwd/wp-content/plugins/ftech-plugin/elementor/widgets/view/heading/heading-5.php
<?php
$this->add_render_attribute( 'title', 'class', 'elementor-gt-heading ftc-section-title-2 ftc-split-threed ftc-split-text has-color-white' );
?>
<div class="prthalign">
<?php if($settings['sub_title_show'] === 'yes'):?>
<h6 class="ftc-subtitle-2 has-gd-2">
<span class="line"></span>
<span class="ftc-color-gd-2"><?php echo ftech_wp_kses($settings['subtitle']);?></span>
<span class="line has-origin-right"></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-2 scn-disc has-color-white wow fadeInUp" data-wow-duration="2s"><?php echo wpautop($settings['description']);?></div>
<?php endif;?>
</div>