File "quote.php"

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

<?php
/**
 * @var array  $item
 * @var string $field_prefix
 */
if ( ! $settings[ $field_prefix . 'quote_icon_hide' ] ) { ?>
	<div class="owl-quote-icon">
		<?php echo owce_get_rendered_icons( $settings[ $field_prefix . 'quote_icon' ] ); ?>
	</div>
	<?php
}