Advertisement
salmancreation

Remove the product rating display on product loops

Apr 6th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. // Remove the product rating display on product loops
  2. remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement