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: content-injection-everywhere.php
<fieldset>
[0] Fix | Delete
<label>
[1] Fix | Delete
<input type="radio" value="on" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[content-injection-enabled]" <?php echo ( $enabled === 'on' || ( $enabled === '' && ! empty( $everywhere ) ) ) ? 'checked' : ''; ?> onclick="toggle_visibility(this, '[name=\'<?php echo esc_attr( ADVADS_SLUG ); ?>[content-injection-everywhere]\']');" />
[2] Fix | Delete
on
[3] Fix | Delete
</label>
[4] Fix | Delete
<label>
[5] Fix | Delete
<input type="radio" value="off" name="<?php echo esc_attr( ADVADS_SLUG ); ?>[content-injection-enabled]" <?php echo ( $enabled === 'off' || $everywhere === 0 ) ? 'checked' : ''; ?> onclick="toggle_visibility(this, '[name=\'<?php echo esc_attr( ADVADS_SLUG ); ?>[content-injection-everywhere]\']');" />
[6] Fix | Delete
off
[7] Fix | Delete
</label>
[8] Fix | Delete
</fieldset>
[9] Fix | Delete
<br/>
[10] Fix | Delete
<select name="<?php echo esc_attr( ADVADS_SLUG ); ?>[content-injection-everywhere]" style="min-width: 85px; display:<?php echo ( $enabled === 'off' || $everywhere === 0 ) ? 'none' : 'block'; ?>" >
[11] Fix | Delete
<option value="1" <?php selected( $everywhere, 1 ); ?>>1</option>
[12] Fix | Delete
<option value="2" <?php selected( $everywhere, 2 ); ?>>2</option>
[13] Fix | Delete
<option value="3" <?php selected( $everywhere, 3 ); ?>>3</option>
[14] Fix | Delete
<option value="4" <?php selected( $everywhere, 4 ); ?>>4</option>
[15] Fix | Delete
<option value="5" <?php selected( $everywhere, 5 ); ?>>5</option>
[16] Fix | Delete
<option value="6" <?php selected( $everywhere, 6 ); ?>>6</option>
[17] Fix | Delete
<option value="7" <?php selected( $everywhere, 7 ); ?>>7</option>
[18] Fix | Delete
<option value="8" <?php selected( $everywhere, 8 ); ?>>8</option>
[19] Fix | Delete
<option value="9" <?php selected( $everywhere, 9 ); ?>>9</option>
[20] Fix | Delete
<option value="10" <?php selected( $everywhere, 10 ); ?>>10</option>
[21] Fix | Delete
<option value="-1" <?php echo ( $everywhere === -1 || $everywhere > 10 ) ? 'selected' : ''; ?>>all</option>
[22] Fix | Delete
</select>
[23] Fix | Delete
<p class="description">
[24] Fix | Delete
<?php
[25] Fix | Delete
printf(
[26] Fix | Delete
wp_kses(
[27] Fix | Delete
// translators: %s is a URL.
[28] Fix | Delete
__( 'To ensure compatibility, ads are not injected into excerpts or the full content of posts on archive pages. However, by enabling this option, you can override this restriction and set a limit on the number of posts where ads will be injected. Please note that if you want to insert ads between post listing items on archive pages, you can utilize the Post list placement (<a href="%s" target="_blank">manual</a>) feature.', 'advanced-ads' ),
[29] Fix | Delete
[
[30] Fix | Delete
'a' => [
[31] Fix | Delete
'href' => [],
[32] Fix | Delete
'target' => [],
[33] Fix | Delete
],
[34] Fix | Delete
]
[35] Fix | Delete
),
[36] Fix | Delete
esc_url('https://wpadvancedads.com/manual/placement-post-lists/?utm_source=advanced-ads&utm_medium=link&utm_campaign=settings-content-injection')
[37] Fix | Delete
);
[38] Fix | Delete
?>
[39] Fix | Delete
</p>
[40] Fix | Delete
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function