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-notices.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The view to render the option.
[2] Fix | Delete
*
[3] Fix | Delete
* @var int $checked Value of 1, when the option is checked.
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<label>
[7] Fix | Delete
<input id="advanced-ads-disabled-notices" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[disable-notices]" <?php checked( $checked, 1 ); ?>>
[8] Fix | Delete
<?php
[9] Fix | Delete
esc_html_e( 'Disable Ad Health in frontend and backend, warnings and internal notices like tips, tutorials, email newsletters and update notices.', 'advanced-ads' );
[10] Fix | Delete
?>
[11] Fix | Delete
<a href="https://wpadvancedads.com/manual/ad-health/?utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-ad-health" target="_blank" class="advads-manual-link">
[12] Fix | Delete
<?php esc_html_e( 'Manual', 'advanced-ads' ); ?>
[13] Fix | Delete
</a>
[14] Fix | Delete
</label>
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function