Skip to content

Instantly share code, notes, and snippets.

@akther80
Created March 26, 2019 14:30
Show Gist options
  • Save akther80/6a63c70ef69721bcd9a359be88e8730d to your computer and use it in GitHub Desktop.
Save akther80/6a63c70ef69721bcd9a359be88e8730d to your computer and use it in GitHub Desktop.
Electro v2 - Remove star rating in product item
add_action( 'init', 'ec_child_remove_product_item_star_rating', 10 );
function ec_child_remove_product_item_star_rating() {
remove_action( 'woocommerce_after_shop_loop_item_title', 'electro_template_loop_rating', 70 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment