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: link-target.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* The view to render the option.
[2] Fix | Delete
*
[3] Fix | Delete
* @var int $target Value of 1, when the option is checked.
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<label>
[7] Fix | Delete
<input name="<?php echo esc_attr( ADVADS_SLUG ); ?>[target-blank]" type="checkbox" value="1" <?php checked( 1, $target ); ?> />
[8] Fix | Delete
<?php echo wp_kses( __( 'Open programmatically created links in a new window (use <code>target="_blank"</code>)', 'advanced-ads' ), [ 'code' => [] ] ); ?>
[9] Fix | Delete
</label>
[10] Fix | Delete
[11] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function