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: bulk-actions.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Bulk action for the Entries List page.
[2] Fix | Delete
*
[3] Fix | Delete
* @since 1.8.9
[4] Fix | Delete
*
[5] Fix | Delete
* @var bool $show_filter Whether to show the filter block.
[6] Fix | Delete
*/
[7] Fix | Delete
?>
[8] Fix | Delete
<div class="alignleft actions bulkactions wpforms-input-disabled" aria-disabled="true">
[9] Fix | Delete
<label for="bulk-action-selector-top" class="screen-reader-text">Select bulk action</label>
[10] Fix | Delete
<select name="action" id="bulk-action-selector-top">
[11] Fix | Delete
<option value="-1">Bulk actions</option>
[12] Fix | Delete
</select>
[13] Fix | Delete
<input type="submit" id="doaction" class="button action" value="Apply">
[14] Fix | Delete
</div>
[15] Fix | Delete
[16] Fix | Delete
<?php if ( ! empty( $show_filter ) ) { ?>
[17] Fix | Delete
<div class="alignleft actions wpforms-filter-date wpforms-input-disabled" aria-disabled="true">
[18] Fix | Delete
<input class="regular-text wpforms-filter-date-selector form-control input active" placeholder="Select a date range" tabindex="0" type="text" readonly="readonly">
[19] Fix | Delete
<button type="submit" name="action" value="filter_date" class="button">Filter</button>
[20] Fix | Delete
</div>
[21] Fix | Delete
<?php } ?>
[22] Fix | Delete
<div class="tablenav-pages one-page wpforms-input-disabled" aria-disabled="true">
[23] Fix | Delete
<span class="displaying-num">12 items</span>
[24] Fix | Delete
<span class="pagination-links">
[25] Fix | Delete
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">«</span>
[26] Fix | Delete
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">‹</span>
[27] Fix | Delete
<span class="paging-input">
[28] Fix | Delete
<label for="current-page-selector" class="screen-reader-text">Current Page</label>
[29] Fix | Delete
<input class="current-page" id="current-page-selector" type="text" name="paged" value="1" size="1" aria-describedby="table-paging">
[30] Fix | Delete
<span class="tablenav-paging-text"> of <span class="total-pages">1</span></span>
[31] Fix | Delete
</span>
[32] Fix | Delete
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">›</span>
[33] Fix | Delete
<span class="tablenav-pages-navspan button disabled" aria-hidden="true">»</span>
[34] Fix | Delete
</span>
[35] Fix | Delete
</div>
[36] Fix | Delete
<br class="clear">
[37] Fix | Delete
[38] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function