Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
themify-...
/
template...
/
wc
•
File:
rating.php
•
Content:
<?php global $product; $rating_count = $product->get_rating_count(); if ($rating_count > 0) { ?> <div class="woocommerce-product-rating"> <?php echo woocommerce_template_loop_rating(); if (Tbp_Public::$is_archive === false && !is_product_category() && !is_product_tag()): ?> <a href="#reviews" class="woocommerce-review-link" rel="nofollow">(<?php printf(__('%s customer review', 'tbp'), $rating_count); ?>)</a> <?php endif; ?> </div> <?php } elseif(isset($args['mod_name']) && (Tbp_Utils::$isActive===true || Themify_Builder::$frontedit_active===true)){?> <div class="tbp_empty_module"> <?php echo Themify_Builder_Model::get_module_name($args['mod_name']);?> </div> <?php } $args=null;
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List