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/advanced.../admin/views
File: overview-widget.php
<div id="<?php echo esc_attr( $id ); ?>" class="postbox position-<?php echo esc_attr( $position ); ?>">
[0] Fix | Delete
<?php if ( ! empty( $title ) ) : ?>
[1] Fix | Delete
<h2>
[2] Fix | Delete
<?php
[3] Fix | Delete
// phpcs:ignore
[4] Fix | Delete
echo $title;
[5] Fix | Delete
?>
[6] Fix | Delete
</h2>
[7] Fix | Delete
<?php endif; ?>
[8] Fix | Delete
<div class="inside">
[9] Fix | Delete
<div class="main">
[10] Fix | Delete
<?php
[11] Fix | Delete
// phpcs:ignore
[12] Fix | Delete
echo $content;
[13] Fix | Delete
?>
[14] Fix | Delete
</div>
[15] Fix | Delete
</div>
[16] Fix | Delete
</div>
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function