File "price.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/templates/loop/price.php
File
size: 201 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
global $product;
?>
<?php
if ($price_html = $product->get_price_html()) {
?>
<span class="price"><?php
echo $price_html;
?></span>
<?php
}