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/wordfenc.../lib
File: email_unsubscribeRequest.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
[0] Fix | Delete
<?php echo wp_kses(sprintf(
[1] Fix | Delete
/* translators: 1. IP address. 2. Site URL. 3. Site name. */
[2] Fix | Delete
__('Either you or someone at IP address <b>%1$s</b> requested an alert unsubscribe link for the website <a href="%2$s"><b>%3$s</b></a>.', 'wordfence'), esc_html($IP), esc_attr($siteURL), esc_html($siteName)), array('a'=>array('href'=>array()), 'b'=>array())); ?>
[3] Fix | Delete
<br><br>
[4] Fix | Delete
<?php echo esc_html(sprintf(
[5] Fix | Delete
/* translators: Localized date. */
[6] Fix | Delete
__('Request was generated at: %s', 'wordfence'), wfUtils::localHumanDate())); ?>
[7] Fix | Delete
<br><br>
[8] Fix | Delete
<?php esc_html_e('If you did not request this, you can safely ignore it.', 'wordfence'); ?>
[9] Fix | Delete
<br><br>
[10] Fix | Delete
<?php echo wp_kses(sprintf(
[11] Fix | Delete
/* translators: URL to WordPress admin panel. */
[12] Fix | Delete
__('<a href="%s" target="_blank">Click here<span class="screen-reader-text"> (' . esc_html__('opens in new tab', 'wordfence') . ')</span></a> to stop receiving security alerts.', 'wordfence'), wfUtils::getSiteBaseURL() . '?_wfsf=removeAlertEmail&jwt=' . $jwt), array('a'=>array('href'=>array(), 'target'=>array()))); ?>
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function