File "rating.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/templates/loop/rating.php
File
size: 169 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
if (!defined('ABSPATH')) {
exit;
}
global $product;
if (!wc_review_ratings_enabled()) {
return;
}
echo wc_get_rating_html($product->get_average_rating());