Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aderaaij/4fb6fbac3d06dd09554e to your computer and use it in GitHub Desktop.
Save aderaaij/4fb6fbac3d06dd09554e to your computer and use it in GitHub Desktop.
Remove sales flash on single product
<?php
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