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: title.php
<?php
[0] Fix | Delete
$tag = $args['html_tag'];
[1] Fix | Delete
$hasLink=$args['link']!=='none';
[2] Fix | Delete
if($hasLink===true){
[3] Fix | Delete
$link_attr=Tbp_Utils::getLinkParams($args);
[4] Fix | Delete
}
[5] Fix | Delete
$args=null;
[6] Fix | Delete
if($hasLink===true && !isset($link_attr['href'])){
[7] Fix | Delete
$hasLink=false;
[8] Fix | Delete
if(isset($link_attr['class'])){
[9] Fix | Delete
$link_attr['class'].=' tbp_link tbp_title';
[10] Fix | Delete
}
[11] Fix | Delete
else{
[12] Fix | Delete
$link_attr['class']='tbp_link tbp_title';
[13] Fix | Delete
}
[14] Fix | Delete
}
[15] Fix | Delete
?>
[16] Fix | Delete
<<?php echo $tag?> itemprop="headline" class="tbp_title">
[17] Fix | Delete
<?php if($hasLink===true):?>
[18] Fix | Delete
<a <?php echo self::get_element_attributes($link_attr); ?>>
[19] Fix | Delete
<?php endif;?>
[20] Fix | Delete
<?php the_title();?>
[21] Fix | Delete
<?php if($hasLink===true):?>
[22] Fix | Delete
</a>
[23] Fix | Delete
<?php endif;?>
[24] Fix | Delete
</<?php echo $tag?>>
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function