File "subtitle.php"
Full Path: /home/tekvhqgl/public_html/wp-content/plugins/responsive-owl-carousel-elementor/includes/widgets/views/subtitle.php
File size: 308 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/**
* @var array $item
* @var string $field_prefix
*/
if ( ! $settings[ $field_prefix . 'subtitle_hide' ] ) {
echo owce_get_text_with_tag( $this, $settings[ $field_prefix . 'subtitle_tag' ], $item['item_subtitle'], [
'class' => 'owl-subtitle',
'data-setting' => 'item_subtitle'
] );
}