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/wp-conte.../plugins/themify-.../template.../wc
File: meta.php
<?php global $product;
[0] Fix | Delete
$isExist=isset($args['mod_name']) && (Tbp_Utils::$isActive===true || Themify_Builder::$frontedit_active===true)?false:null;
[1] Fix | Delete
?>
[2] Fix | Delete
<div class="product_meta">
[3] Fix | Delete
<?php do_action('woocommerce_product_meta_start'); ?>
[4] Fix | Delete
<?php if ($args['enable_sku'] === 'yes' && wc_product_sku_enabled() && ( ($sku = $product->get_sku()) || $product->is_type('variable') )) : ?>
[5] Fix | Delete
<span class="sku_wrapper">
[6] Fix | Delete
<?php if ($args['sku'] !== '' && $sku): ?>
[7] Fix | Delete
<?php echo $args['sku']; ?>:
[8] Fix | Delete
<?php endif; ?>
[9] Fix | Delete
<?php
[10] Fix | Delete
if($isExist===false){
[11] Fix | Delete
$isExist=true;
[12] Fix | Delete
}
[13] Fix | Delete
echo $sku;
[14] Fix | Delete
?>
[15] Fix | Delete
</span>
[16] Fix | Delete
<?php endif; ?>
[17] Fix | Delete
<?php if ($args['enable_cat'] === 'yes'): ?>
[18] Fix | Delete
[19] Fix | Delete
<?php
[20] Fix | Delete
$output = wc_get_product_category_list( $product->get_id(), ', ', '<span class="posted_in">' . ( $args['cat'] !== '' ? $args['cat'] : '' ), '</span>');
[21] Fix | Delete
echo $output;
[22] Fix | Delete
if($isExist===false){
[23] Fix | Delete
$isExist = !empty($output);
[24] Fix | Delete
}
[25] Fix | Delete
$output=null;
[26] Fix | Delete
?>
[27] Fix | Delete
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
<?php if ($args['enable_tag'] === 'yes'): ?>
[30] Fix | Delete
[31] Fix | Delete
<?php $output= wc_get_product_tag_list( $product->get_id(), ', ', '<span class="tagged_as">' . ( $args['tag'] !== '' ? $args['tag'] : '' ), '</span>');
[32] Fix | Delete
echo $output;
[33] Fix | Delete
if($isExist===false){
[34] Fix | Delete
$isExist = !empty($output);
[35] Fix | Delete
}
[36] Fix | Delete
$output=null;
[37] Fix | Delete
?>
[38] Fix | Delete
[39] Fix | Delete
<?php endif; ?>
[40] Fix | Delete
<?php do_action('woocommerce_product_meta_end'); ?>
[41] Fix | Delete
[42] Fix | Delete
</div>
[43] Fix | Delete
<?php if($isExist===false):?>
[44] Fix | Delete
<div class="tbp_empty_module">
[45] Fix | Delete
<?php echo Themify_Builder_Model::get_module_name($args['mod_name']);?>
[46] Fix | Delete
</div>
[47] Fix | Delete
<?php endif; $args=null;
[48] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function