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.../modules/ad-block.../admin/views
File: setting-use-adblocker.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The view to render the option.
[2] Fix | Delete
*
[3] Fix | Delete
* @var boolean $checked True, when the option is checked.
[4] Fix | Delete
* @var boolean $is_main_site True, when the site is the main site of the current network.
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<label>
[8] Fix | Delete
<?php if ( $is_main_site ) : ?>
[9] Fix | Delete
<input id="advanced-ads-use-adblocker" type="checkbox" value="1" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[use-adblocker]" <?php checked( $checked, 1, true ); ?>>
[10] Fix | Delete
<?php else : ?>
[11] Fix | Delete
<?php esc_html_e( 'The ad block disguise can only be set by the super admin on the main site in the network.', 'advanced-ads' ); ?>
[12] Fix | Delete
<?php endif ?>
[13] Fix | Delete
<?php esc_html_e( 'Prevents ad block software from breaking your website when blocking asset files (.js, .css).', 'advanced-ads' ); ?>
[14] Fix | Delete
<?php if ( ! defined( 'AAP_VERSION' ) ) : ?>
[15] Fix | Delete
<p>
[16] Fix | Delete
<?php
[17] Fix | Delete
printf(
[18] Fix | Delete
wp_kses(
[19] Fix | Delete
// translators: %s is a URL.
[20] Fix | Delete
__( 'Learn how to display alternative content to ad block users <a href="%s" target="_blank">in the manual</a>.', 'advanced-ads' ),
[21] Fix | Delete
[
[22] Fix | Delete
'a' => [
[23] Fix | Delete
'href' => [],
[24] Fix | Delete
'target' => [],
[25] Fix | Delete
],
[26] Fix | Delete
]
[27] Fix | Delete
),
[28] Fix | Delete
'https://wpadvancedads.com/manual/ad-blockers/#utm_source=advanced-ads&utm_medium=link&utm_campaign=adblock-manual'
[29] Fix | Delete
);
[30] Fix | Delete
?>
[31] Fix | Delete
</p>
[32] Fix | Delete
<?php endif; ?>
[33] Fix | Delete
</label>
[34] Fix | Delete
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function