Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Remove ratings › Reply To: Remove ratings
March 8, 2016 at 3:46 pm
#254196
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 );