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: content.php
<div<?php if(!empty($args['drop_cap'])):?> class="tb_text_dropcap"<?php endif;?>>
[0] Fix | Delete
<div class="tb_text_wrap" itemprop="description">
[1] Fix | Delete
<?php
[2] Fix | Delete
$isLoop=$ThemifyBuilder->in_the_loop===true;
[3] Fix | Delete
$ThemifyBuilder->in_the_loop = true;
[4] Fix | Delete
$more_text = !empty($args['more_text']) ? $args['more_text'] : null;
[5] Fix | Delete
if ( isset($args['content_type'] ) && $args['content_type'] === 'excerpt') {
[6] Fix | Delete
$ex_more = null!==$more_text && 'on'===$args['more_link'] ? sprintf(' <a class="more-link" href="%s">%s</a>',get_the_permalink(),$more_text):'';
[7] Fix | Delete
if(!empty($args['excerpt_length'])){
[8] Fix | Delete
echo wp_trim_words( strip_tags( get_the_content() ), $args['excerpt_length'],$ex_more);
[9] Fix | Delete
}
[10] Fix | Delete
else{
[11] Fix | Delete
the_excerpt();
[12] Fix | Delete
echo $ex_more;
[13] Fix | Delete
}
[14] Fix | Delete
} else {
[15] Fix | Delete
global $themify;
[16] Fix | Delete
if(!empty($themify->pro_paged) && (int)$themify->pro_paged > 1){
[17] Fix | Delete
global $paged,$page;
[18] Fix | Delete
$paged = $page = $themify->pro_paged;
[19] Fix | Delete
}
[20] Fix | Delete
the_content($more_text);
[21] Fix | Delete
// Paging
[22] Fix | Delete
wp_link_pages();
[23] Fix | Delete
}
[24] Fix | Delete
$ThemifyBuilder->in_the_loop = $isLoop;
[25] Fix | Delete
$args=null;?>
[26] Fix | Delete
</div>
[27] Fix | Delete
</div>
[28] Fix | Delete
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function