← All changes
|
app/Controllers/ThemesSupport/Astra/ThemeSupport.php
+1
-0
2.2.0
→
3.2.6
View file →
| @@ -32,8 +32,9 @@ | ||
| 32 | 32 | private function __construct() { |
| 33 | 33 | add_filter( 'astra_dynamic_post_structure_posttypes', [ __CLASS__, 'astra_post_types' ], 15 ); |
| 34 | 34 | add_filter( 'rtsb/elementor/archive/products_per_page', [ __CLASS__, 'astra_products_per_page' ] ); |
| 35 | 35 | remove_filter( 'woocommerce_get_stock_html', 'astra_woo_product_in_stock' ); |
| 36 | + remove_filter( 'woocommerce_product_get_rating_html', [ Astra_Woocommerce::get_instance(), 'rating_markup' ], 10 ); | |
| 36 | 37 | } |
| 37 | 38 | /** |
| 38 | 39 | * Get class instance. |
| 39 | 40 | * |