[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.145.40.120: ~ $
<?php
/**
 * Loop Rating
 *
 * @author 		WooThemes
 * @package 	WooCommerce/Templates
 * @version     3.6.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

global $product;

if ( get_option( 'woocommerce_enable_review_rating' ) === 'no' )
	return;
?>

<?php if ( $rating_html = $product->get_rating_html() ) : ?>
	<?php echo wp_kses($rating_html, true); ?>
<?php else: ?>
	<div class="star-rating"></div>
<?php endif; ?>

Filemanager

Name Type Size Permission Actions
add-to-cart.php File 877 B 0644
loop-end.php File 144 B 0644
loop-start.php File 702 B 0644
orderby.php File 1021 B 0644
pagination.php File 1001 B 0644
price.php File 359 B 0644
rating.php File 442 B 0644
sale-flash.php File 438 B 0644