Domain: antoinekatan.com
Server Adress: 10.127.20.23

privdayz.com

/home/xdxuekl/www/wp-content/themes/quart/framework/modules/woocommerce/templates/parts/
Dosya Yükle :
Current File : /home/xdxuekl/www/wp-content/themes/quart/framework/modules/woocommerce/templates/parts/rating.php

<?php

if ($display_rating === 'yes' && get_option( 'woocommerce_enable_review_rating' ) !== 'no') {
	$product = quart_mikado_return_woocommerce_global_variable();
	$average = $product->get_average_rating();
	?>
	
	<div class="mkdf-<?php echo esc_attr($class_name); ?>-rating-holder">
		<div class="mkdf-<?php echo esc_attr($class_name); ?>-rating" title="<?php sprintf(esc_attr_e("Rated %s out of 5", "quart"), $average ); ?>">
            <span style="width: <?php echo esc_attr( ( $average / 5 ) * 100 ) . '%'; ?>"></span>
		</div>
	</div>
<?php } ?>

coded by Privdayz.com - Visit https://privdayz.com/ for more php shells.