D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
proc
/
self
/
cwd
/
wp-content
/
plugins
/
aeen-core
/
elementor
/
section-heading
/
Filename :
view-2.php
back
Copy
<?php /** * This file can be overridden by copying it to yourtheme/elementor-custom/title/view.php * * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Aeen_Core; ?> <div class="section-heading heading-light"> <?php if( !empty( $data[ 'heading_sub_title' ] ) ) : ?> <div class="heading-sub-title"><?php echo esc_html( $data[ 'heading_sub_title' ] ); ?></div> <?php endif; if( !empty( $data[ 'heading_title' ] ) ) : ?> <h2 class="heading-main-title"><?php echo wp_kses_post( $data[ 'heading_title' ] );?></h2> <?php endif; if( !empty( $data[ 'heading_content' ] ) ) : ?> <p><?php echo wp_kses_post( $data[ 'heading_content' ] ); ?></p> <?php endif; ?> </div>