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/settings/general
File: disable-ads.php
<label><input id="advanced-ads-disable-ads-all" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][all]"
[0] Fix | Delete
<?php
[1] Fix | Delete
checked( $disable_all, 1 );
[2] Fix | Delete
?>
[3] Fix | Delete
><?php esc_html_e( 'Disable all ads in frontend', 'advanced-ads' ); ?></label>
[4] Fix | Delete
<span class="advads-help"><span class="advads-tooltip"><?php esc_html_e( 'Use this option to disable all ads in the frontend, but still be able to use the plugin.', 'advanced-ads' ); ?></span></span>
[5] Fix | Delete
<br/>
[6] Fix | Delete
<label><input id="advanced-ads-disable-ads-404" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][404]"
[7] Fix | Delete
<?php
[8] Fix | Delete
checked( $disable_404, 1 );
[9] Fix | Delete
?>
[10] Fix | Delete
><?php esc_html_e( 'Disable ads on 404 error pages', 'advanced-ads' ); ?></label>
[11] Fix | Delete
[12] Fix | Delete
<br/><label><input id="advanced-ads-disable-ads-archives" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][archives]"
[13] Fix | Delete
<?php
[14] Fix | Delete
checked( $disable_archives, 1 );
[15] Fix | Delete
?>
[16] Fix | Delete
><?php esc_html_e( 'Disable ads on non-singular pages', 'advanced-ads' ); ?></label>
[17] Fix | Delete
<span class="advads-help"><span class="advads-tooltip"><?php esc_html_e( 'e.g. archive pages like categories, tags, authors, front page (if a list)', 'advanced-ads' ); ?></span></span>
[18] Fix | Delete
<br/>
[19] Fix | Delete
<label><input id="advanced-ads-disable-ads-secondary" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][secondary]"
[20] Fix | Delete
<?php
[21] Fix | Delete
checked( $disable_secondary, 1 );
[22] Fix | Delete
?>
[23] Fix | Delete
><?php esc_html_e( 'Disable ads on secondary queries', 'advanced-ads' ); ?></label>
[24] Fix | Delete
<span class="advads-help"><span class="advads-tooltip"><?php esc_html_e( 'Secondary queries are custom queries of posts outside the main query of a page. Try this option if you see ads injected on places where they shouldn’t appear.', 'advanced-ads' ); ?></span></span>
[25] Fix | Delete
<br/>
[26] Fix | Delete
<label><input id="advanced-ads-disable-ads-feed" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][feed]"
[27] Fix | Delete
<?php
[28] Fix | Delete
checked( $disable_feed, 1 );
[29] Fix | Delete
?>
[30] Fix | Delete
><?php esc_html_e( 'Disable ads in RSS Feed', 'advanced-ads' ); ?></label>
[31] Fix | Delete
[32] Fix | Delete
<br/><label><input id="advanced-ads-disable-ads-rest-api" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disabled-ads][rest-api]"
[33] Fix | Delete
<?php
[34] Fix | Delete
checked( $disable_rest_api, 1 );
[35] Fix | Delete
?>
[36] Fix | Delete
><?php esc_html_e( 'Disable ads in REST API', 'advanced-ads' ); ?></label>
[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