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/ad-list
File: screen-options.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Screen Options for the ad list
[2] Fix | Delete
* #list-view-mode needs to be here to fix an issue were the list view mode cannot be reset automatically. Saving the form again does that.
[3] Fix | Delete
*
[4] Fix | Delete
* @var bool $show_filters
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<input id="list-view-mode" type="hidden" name="mode" value="list">
[8] Fix | Delete
<fieldset class="metabox-prefs advads-show-filter">
[9] Fix | Delete
<legend><?php esc_html_e( 'Filters', 'advanced-ads' ); ?></legend>
[10] Fix | Delete
<input id="advads-screen-options-show-filters" type="checkbox" name="advanced-ads-screen-options[show-filters]" value="true" <?php checked( $show_filters ); ?> />
[11] Fix | Delete
<label for="advads-screen-options-show-filters"><?php esc_html_e( 'Show filters permanently', 'advanced-ads' ); ?></label>
[12] Fix | Delete
</fieldset>
[13] Fix | Delete
<input type="hidden" name="advanced-ads-screen-options[sent]" value="true"/>
[14] Fix | Delete
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function