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.../themes/herald
File: header.php
<!DOCTYPE html>
[0] Fix | Delete
<html <?php language_attributes(); ?>>
[1] Fix | Delete
<head>
[2] Fix | Delete
<meta charset="<?php bloginfo( 'charset' ); ?>">
[3] Fix | Delete
<meta name="viewport" content="width=device-width,initial-scale=1.0">
[4] Fix | Delete
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
[5] Fix | Delete
<link rel="profile" href="https://gmpg.org/xfn/11" />
[6] Fix | Delete
<?php wp_head(); ?>
[7] Fix | Delete
</head>
[8] Fix | Delete
[9] Fix | Delete
<body <?php body_class(); ?>>
[10] Fix | Delete
[11] Fix | Delete
[12] Fix | Delete
[13] Fix | Delete
<header id="header" class="herald-site-header">
[14] Fix | Delete
[15] Fix | Delete
<?php $header_sections = array_keys( array_filter( herald_get_option( 'header_sections' ) ) ); ?>
[16] Fix | Delete
<?php if ( !empty( $header_sections ) ): ?>
[17] Fix | Delete
<?php foreach ( $header_sections as $section ): ?>
[18] Fix | Delete
<?php get_template_part( 'template-parts/header/'.$section ); ?>
[19] Fix | Delete
<?php endforeach; ?>
[20] Fix | Delete
<?php endif; ?>
[21] Fix | Delete
[22] Fix | Delete
</header>
[23] Fix | Delete
[24] Fix | Delete
<?php if ( herald_get_option( 'header_sticky' ) ): ?>
[25] Fix | Delete
<?php get_template_part( 'template-parts/header/sticky' ); ?>
[26] Fix | Delete
<?php endif; ?>
[27] Fix | Delete
[28] Fix | Delete
<?php get_template_part( 'template-parts/header/responsive' ); ?>
[29] Fix | Delete
[30] Fix | Delete
<?php get_template_part( 'template-parts/ads/below-header' ); ?>
[31] Fix | Delete
[32] Fix | Delete
<div id="content" class="herald-site-content herald-slide">
[33] Fix | Delete
[34] Fix | Delete
<?php if ( !is_front_page() ) { herald_breadcrumbs(); } ?>
[35] Fix | Delete
[36] Fix | Delete
[37] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function