Skip to content

Instantly share code, notes, and snippets.

@goliver79
Created February 5, 2014 14:13
Show Gist options
  • Save goliver79/8824389 to your computer and use it in GitHub Desktop.
Save goliver79/8824389 to your computer and use it in GitHub Desktop.
[WOOCOMMERCE] Not show star rating in shop loop
<?php
/*
* @goliver: remove hook woocommerce_template_loop_rating for not displaying rating in
* shop loop
*/
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