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: pagination.php
<?php
[0] Fix | Delete
if ($args['pagination_option'] === 'numbers') {
[1] Fix | Delete
echo self::get_pagenav('', '', $args['query']);
[2] Fix | Delete
} else {
[3] Fix | Delete
?>
[4] Fix | Delete
<div class="pagenav pagenav-prev-next tf_clearfix">
[5] Fix | Delete
<?php echo get_next_posts_link($args['next_link'], $args['query']->max_num_pages), get_previous_posts_link($args['prev_link']); ?>
[6] Fix | Delete
</div>
[7] Fix | Delete
<?php
[8] Fix | Delete
}
[9] Fix | Delete
$args = null;
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function