| Current Path : /home/nicedoo/www/wp-content/plugins/shopengine/widgets/archive-result-count/screens/ |
| Current File : /home/nicedoo/www/wp-content/plugins/shopengine/widgets/archive-result-count/screens/default.php |
<div class="shopengine-archive-result-count">
<?php
defined('ABSPATH') || exit;
\ShopEngine\Widgets\Widget_Helper::instance()->wc_template_filter();
if(\Elementor\Plugin::$instance->editor->is_edit_mode() || is_preview()) { ?>
<p class="woocommerce-result-count"><?php echo esc_html__('Showing all results', 'shopengine'); ?></p> <?php
} else {
woocommerce_result_count();
} ?>
</div>