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...
File: builder-output.php
<?php
[0] Fix | Delete
[1] Fix | Delete
defined( 'ABSPATH' ) || exit;
[2] Fix | Delete
[3] Fix | Delete
$args['builder_id'] = (int) $args['builder_id'];
[4] Fix | Delete
?>
[5] Fix | Delete
<!--themify_builder_content-->
[6] Fix | Delete
<div id="themify_builder_content-<?php echo $args['builder_id'] ; ?>" data-postid="<?php echo $args['builder_id'] ; ?>" class="themify_builder_content themify_builder_content-<?php echo $args['builder_id'] ; ?> themify_builder tf_clear<?php if(isset(Themify_Builder_Stylesheet::$generateStyles[$args['builder_id']])):?> tb_generate_css<?php endif;?>"<?php if(isset(Themify_Builder_Stylesheet::$generateStyles[$args['builder_id']])):?> style="visibility:hidden;opacity:0;"<?php endif;?>>
[7] Fix | Delete
<?php
[8] Fix | Delete
foreach ($args['builder_output'] as &$row) {
[9] Fix | Delete
if (!empty($row)) {
[10] Fix | Delete
Themify_Builder_Component_Row::template($row, $args['builder_id'] , true);
[11] Fix | Delete
}
[12] Fix | Delete
} // end row loop
[13] Fix | Delete
unset($args['builder_output'],$row);
[14] Fix | Delete
?>
[15] Fix | Delete
</div>
[16] Fix | Delete
<!--/themify_builder_content-->
[17] Fix | Delete
<?php if(!empty($args['pb_pagination'])): ?>
[18] Fix | Delete
<!--themify_builder_pagination-->
[19] Fix | Delete
<?php echo $args['pb_pagination']; ?>
[20] Fix | Delete
<!--/themify_builder_pagination-->
[21] Fix | Delete
<?php endif; ?>
[22] Fix | Delete
<?php $args=null;?>
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function