<?php
/**
* Section title
*
* This template can be overridden by copying it to yourtheme/wp-carousel-free/templates/section-title.php
*
* @since 2.3.4
* @package WP_Carousel_Free
* @subpackage WP_Carousel_Free/public/templates
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
<h2 class="sp-wpcpro-section-title"> <?php echo wp_kses_post( $main_section_title ); ?> </h2>