Skip to content

Instantly share code, notes, and snippets.

@chhonmeily
Forked from jameskoster/functions.php
Created October 17, 2015 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chhonmeily/4ca5cbfc77edc774c85d to your computer and use it in GitHub Desktop.
Save chhonmeily/4ca5cbfc77edc774c85d to your computer and use it in GitHub Desktop.
WooCommerce - hide ratings on product loop
// 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