PluginProbe
ShopBuilder – WooCommerce Builder For Elementor / 3.2.6
ShopBuilder – WooCommerce Builder For Elementor v3.2.6
3.4.2 3.4.1 3.4.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.10 2.1.11 2.1.12 2.1.13 2.1.14 2.1.15 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 All 63 releases
← All changes | templates/elementor/archive/result-count.php +2 -9 2.2.23.2.6 View file →
@@ -11,14 +11,7 @@
11 11 }
12 12
13 13 ?>
14 14 <div class="rtsb-archive-result-count">
15 - <?php
16 - $args = [
17 - 'total' => wc_get_loop_prop( 'total' ),
18 - 'per_page' => wc_get_loop_prop( 'per_page' ),
19 - 'current' => wc_get_loop_prop( 'current_page' ),
20 - ];
21 -
22 - wc_get_template( 'loop/result-count.php', $args );
23 - ?>
15 + <?php woocommerce_result_count(); ?>
16 +
24 17 </div>