File "content.php"

Full Path: /home/tekvhqgl/public_html/wp-content/plugins/responsive-owl-carousel-elementor/includes/widgets/views/content.php
File size: 303 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * @var array  $item
 * @var string $field_prefix
 */
if ( ! $settings[ $field_prefix . 'content_hide' ] ) {
	echo owce_get_text_with_tag( $this, $settings[ $field_prefix . 'content_tag' ], $item['item_content'], [
		'class'        => 'owl-content',
		'data-setting' => 'item_content'
	] );
}