New Landing How can we help? Atelier Remove ratings Reply To: Remove ratings

#254196
doyley3
Member
Post count: 22

Hi is there a way to do this using function.php?

I’ve used the following to remove price from catalog page but rating doesn’t seem to get removed.

remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_price’, 10 );
remove_action( ‘woocommerce_after_shop_loop_item_title’, ‘woocommerce_template_loop_rating’, 15 );