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