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