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: sidebar.php
<?php global $herald_sidebar_opts; ?>
[0] Fix | Delete
[1] Fix | Delete
<?php if( $herald_sidebar_opts['use_sidebar'] != 'none') : ?>
[2] Fix | Delete
[3] Fix | Delete
<div class="herald-sidebar col-lg-3 col-md-3 herald-sidebar-<?php echo esc_attr($herald_sidebar_opts['use_sidebar']); ?>">
[4] Fix | Delete
[5] Fix | Delete
<?php if ( is_active_sidebar( $herald_sidebar_opts['sidebar'] ) ) : ?>
[6] Fix | Delete
<?php dynamic_sidebar( $herald_sidebar_opts['sidebar'] ); ?>
[7] Fix | Delete
<?php endif; ?>
[8] Fix | Delete
[9] Fix | Delete
<?php if ( is_active_sidebar( $herald_sidebar_opts['sticky_sidebar'] ) ) : ?>
[10] Fix | Delete
<div class="herald-sticky">
[11] Fix | Delete
<?php dynamic_sidebar( $herald_sidebar_opts['sticky_sidebar'] ); ?>
[12] Fix | Delete
</div>
[13] Fix | Delete
<?php endif; ?>
[14] Fix | Delete
[15] Fix | Delete
</div>
[16] Fix | Delete
[17] Fix | Delete
<?php endif; ?>
[18] Fix | Delete
[19] Fix | Delete
[20] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function