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/advanced.../modules/gadsense/admin/views/settings
File: amp-auto-ads.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Option to enable AdSense Auto ads on AMP pages
[2] Fix | Delete
* located under Advanced Ads > Settings > AdSense > Auto ads
[3] Fix | Delete
*
[4] Fix | Delete
* @var string $option_name name of the option.
[5] Fix | Delete
* @var bool $auto_ads_enabled true if the AMP Auto ads option is enabled.
[6] Fix | Delete
*/
[7] Fix | Delete
?>
[8] Fix | Delete
<p>
[9] Fix | Delete
<label>
[10] Fix | Delete
<input type="checkbox" name="<?php echo esc_attr( $option_name ); ?>[auto_ads_enabled]" value="1" <?php checked( $auto_ads_enabled ); ?>/>
[11] Fix | Delete
<?php esc_html_e( 'Enable AMP Auto ads', 'advanced-ads' ); ?>
[12] Fix | Delete
</label>
[13] Fix | Delete
</p>
[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