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.../modules/login-se.../views/email
File: login-verification.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* @var string $ip The requesting IP. Required.
[3] Fix | Delete
* @var string $siteName The site name. Required.
[4] Fix | Delete
* @var string $verificationURL The verification URL. Required.
[5] Fix | Delete
* @var bool $canEnable2FA Whether or not the user this is being sent to can enable 2FA. Optional
[6] Fix | Delete
*/
[7] Fix | Delete
?>
[8] Fix | Delete
<strong><?php echo wp_kses(sprintf(__('Please verify a login attempt for your account on: %s', 'wordfence'), $siteName), array('strong'=>array())); ?></strong>
[9] Fix | Delete
<br><br>
[10] Fix | Delete
<?php echo '<strong>' . esc_html__('Request Time:', 'wordfence') . '</strong> ' . esc_html(\WordfenceLS\Controller_Time::format_local_time('F j, Y h:i:s A')); ?><br>
[11] Fix | Delete
<?php echo '<strong>' . esc_html__('IP:', 'wordfence') . '</strong> ' . esc_html($ip); ?>
[12] Fix | Delete
<br><br>
[13] Fix | Delete
<?php echo wp_kses(__('The request was flagged as suspicious, and we need verification that you attempted to log in to allow it to proceed. This verification link <b>will be valid for 15 minutes</b> from the time it was sent. If you did not attempt this login, please change your password immediately.', 'wordfence'), array('b'=>array())); ?>
[14] Fix | Delete
<br><br>
[15] Fix | Delete
<?php echo wp_kses(sprintf(__('If you were attempting to log in to this site, <a href="%s"><strong>Verify and Log In</strong></a>', 'wordfence'), esc_url($verificationURL)), array('a' => array('href' => array()), 'strong' => array())); ?>
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function