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/wp-conte.../plugins/wpforms-.../lite/template.../admin/entries/overview
File: header.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Header row for the Entries List page.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.9
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<ul class="subsubsub wpforms-input-disabled" aria-disabled="true">
[7] Fix | Delete
<li class="all"><a href="#" class="current">All&nbsp;<span class="count">(<span class="total-num">12</span>)</span></a> |</li>
[8] Fix | Delete
<li class="unread"><a href="#">Unread&nbsp;<span class="count">(<span class="unread-num">9</span>)</span></a> |</li>
[9] Fix | Delete
<li class="starred"><a href="#">Starred&nbsp;<span class="count">(<span class="starred-num">4</span>)</span></a> |</li>
[10] Fix | Delete
<li class="spam"><a href="#">Spam <span class="count">(0)</span></a></li>
[11] Fix | Delete
</ul>
[12] Fix | Delete
<p class="search-box wpforms-form-search-box wpforms-input-disabled" aria-disabled="true">
[13] Fix | Delete
<select name="search[field]" class="wpforms-form-search-box-field">
[14] Fix | Delete
<optgroup label="Form fields">
[15] Fix | Delete
<option value="any" selected="selected">Any form field</option>
[16] Fix | Delete
</optgroup>
[17] Fix | Delete
</select>
[18] Fix | Delete
<select name="search[comparison]" class="wpforms-form-search-box-comparison">
[19] Fix | Delete
<option value="contains" selected="selected">contains</option>
[20] Fix | Delete
</select>
[21] Fix | Delete
<label class="screen-reader-text" for="wpforms-entries-search-input">
[22] Fix | Delete
Search:
[23] Fix | Delete
</label>
[24] Fix | Delete
<input type="search" name="search[term]" class="wpforms-form-search-box-term" value="" id="wpforms-entries-search-input">
[25] Fix | Delete
<button type="submit" class="button">Search</button>
[26] Fix | Delete
</p>
[27] Fix | Delete
<div class="tablenav top">
[28] Fix | Delete
<?php
[29] Fix | Delete
echo wpforms_render( // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
[30] Fix | Delete
'admin/entries/overview/bulk-actions',
[31] Fix | Delete
[
[32] Fix | Delete
'show_filter' => true,
[33] Fix | Delete
],
[34] Fix | Delete
true
[35] Fix | Delete
);
[36] Fix | Delete
?>
[37] Fix | Delete
</div>
[38] Fix | Delete
[39] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function