????

Your IP : 13.59.111.209


Current Path : /home/multihiv/www/store/wp-content/themes/woocommerce/loop/
Upload File :
Current File : /home/multihiv/www/store/wp-content/themes/woocommerce/loop/sale-flash.php

<?php
/**
 * Product loop sale flash
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     1.6.4
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

global $post, $product;

echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . esc_html__( 'Sale', 'woocommerce' ) . '</span>', $post, $product );