Skip to content

Instantly share code, notes, and snippets.

@shreyans94
Created January 23, 2018 21:39
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 shreyans94/7fbd541c7298908304fbea4a14de92fd to your computer and use it in GitHub Desktop.
Save shreyans94/7fbd541c7298908304fbea4a14de92fd to your computer and use it in GitHub Desktop.
Add Sale Badge On Product Page (WooThumbs Comaptibility)
add_action('woocommerce_before_single_product_summary','flatsome_sale_flash_custom',21);
function flatsome_sale_flash_custom(){
do_action('flatsome_sale_flash');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment