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/privacy/admin/views
File: setting-ad-ignore-consent.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Single ad section for overriding privacy settings.
[2] Fix | Delete
* Not used if privacy not activated or method is 'iab_tcf_20' and ad type 'adsense'.
[3] Fix | Delete
*
[4] Fix | Delete
* @var bool $ignore_consent Whether to override privacy setting for this ad.
[5] Fix | Delete
*/
[6] Fix | Delete
?>
[7] Fix | Delete
<div class="advads-option-list">
[8] Fix | Delete
<span class="label"><?php esc_html_e( 'privacy', 'advanced-ads' ); ?></span>
[9] Fix | Delete
<div id="advanced-ads-ad-parameters-privacy">
[10] Fix | Delete
<label>
[11] Fix | Delete
<input name="advanced_ad[privacy][ignore-consent]" type="checkbox" <?php checked( $ignore_consent ); ?>/>
[12] Fix | Delete
<?php
[13] Fix | Delete
printf(
[14] Fix | Delete
/* Translators: 1: a tag with link to general privacy settings, 2: closing a tag */
[15] Fix | Delete
esc_html__( 'Ignore %1$sgeneral Privacy settings%2$s and display the ad even without consent.', 'advanced-ads' ),
[16] Fix | Delete
'<a onclick="event.stopPropagation();" href="' . esc_url( admin_url( 'admin.php?page=advanced-ads-settings#top#privacy' ) ) . '">',
[17] Fix | Delete
'</a>'
[18] Fix | Delete
);
[19] Fix | Delete
?>
[20] Fix | Delete
</label>
[21] Fix | Delete
</div>
[22] Fix | Delete
</div>
[23] Fix | Delete
<hr/>
[24] Fix | Delete
[25] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function