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