Skip to content

Instantly share code, notes, and snippets.

@wooexperte
Last active January 17, 2019 15:25
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 wooexperte/53d3b96c1fa3b65a38ea5f978714f4fc to your computer and use it in GitHub Desktop.
Save wooexperte/53d3b96c1fa3b65a38ea5f978714f4fc to your computer and use it in GitHub Desktop.
WooCommerce Snippet
remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_show_product_loop_sale_flash', 10 );
remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment