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.../partials
File: advanched-archive.php
<?php if(!empty($args['builder_content'])):?>
[0] Fix | Delete
<div class="tbp_advanchd_archive_wrap">
[1] Fix | Delete
<?php
[2] Fix | Delete
$builderId=$args['builder_id'];
[3] Fix | Delete
foreach ($args['builder_content'] as $rows => $row){
[4] Fix | Delete
if (!empty($row)) {
[5] Fix | Delete
if (!isset($row['row_order'])) {
[6] Fix | Delete
$row['row_order'] = $rows;
[7] Fix | Delete
}
[8] Fix | Delete
Themify_Builder_Component_Row::template($rows, $row, $builderId, true);
[9] Fix | Delete
}
[10] Fix | Delete
}
[11] Fix | Delete
$args=$builderId=null;
[12] Fix | Delete
?>
[13] Fix | Delete
</div>
[14] Fix | Delete
<?php endif;
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function