• File: price.php
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/woocommerce/loop/price.php
  • File size: 359 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Loop Price
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     1.6.4
 */

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

global $product;
?>

<?php if ( $price_html = $product->get_price_html() ) : ?>
	<span class="price"><?php echo wp_kses($price_html, true); ?></span>
<?php endif; ?>