Created
February 5, 2014 14:13
-
-
Save goliver79/8824389 to your computer and use it in GitHub Desktop.
[WOOCOMMERCE] Not show star rating in shop 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
<?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