Created
July 9, 2014 17:40
-
-
Save aderaaij/4fb6fbac3d06dd09554e to your computer and use it in GitHub Desktop.
Remove sales flash on single product
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 | |
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