-
-
Save prdg1/4ed43401faef9e39cfa5aa3a38384d88 to your computer and use it in GitHub Desktop.
WooCommerce - hide ratings on product loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove the product rating display on product loops | |
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment