woocommerce_show_product_sale_flash()
Output the product sale flash.
No Hooks.
Returns
null. Nothing (null).
Usage
woocommerce_show_product_sale_flash();
woocommerce_show_product_sale_flash() woocommerce show product sale flash code WC 10.6.2
function woocommerce_show_product_sale_flash() {
wc_get_template( 'single-product/sale-flash.php' );
}