File: //home/madepabj/www/wp-content/themes/rehub-theme/content-egg-templates/AE/data_comments.php
<?php
/*
Name: User comments
*/
use ContentEgg\application\helpers\TemplateHelper;
?>
<?php if (isset($title) && $title): ?>
<h3 class="cegg-shortcode-title"><?php echo esc_html($title); ?></h3>
<?php endif; ?>
<?php foreach ($items as $item): ?>
<?php if (!empty($item['extra']['comments'])) {
$import_comments = $item['extra']['comments'];
include(rh_locate_template('inc/ce_common/user_comments.php'));
}?>
<?php endforeach; ?>