Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/themify-.../template.../wc
File: rating.php
<?php
[0] Fix | Delete
global $product;
[1] Fix | Delete
$rating_count = $product->get_rating_count();
[2] Fix | Delete
if ($rating_count > 0) {
[3] Fix | Delete
?>
[4] Fix | Delete
<div class="woocommerce-product-rating">
[5] Fix | Delete
<?php
[6] Fix | Delete
echo woocommerce_template_loop_rating();
[7] Fix | Delete
if (Tbp_Public::$is_archive === false && !is_product_category() && !is_product_tag()):
[8] Fix | Delete
?>
[9] Fix | Delete
<a href="#reviews" class="woocommerce-review-link" rel="nofollow">(<?php printf(__('%s customer review', 'tbp'), $rating_count); ?>)</a>
[10] Fix | Delete
<?php endif; ?>
[11] Fix | Delete
</div>
[12] Fix | Delete
<?php
[13] Fix | Delete
}
[14] Fix | Delete
elseif(isset($args['mod_name']) && (Tbp_Utils::$isActive===true || Themify_Builder::$frontedit_active===true)){?>
[15] Fix | Delete
<div class="tbp_empty_module">
[16] Fix | Delete
<?php echo Themify_Builder_Model::get_module_name($args['mod_name']);?>
[17] Fix | Delete
</div>
[18] Fix | Delete
<?php }
[19] Fix | Delete
$args=null;
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function