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: wfUnlockMsg.php
<?php if (!defined('WORDFENCE_VERSION')) { exit; } ?>
[0] Fix | Delete
<p><?php esc_html_e('If you are a WordPress user with administrative privileges on this site please enter your email in the box below and click &quot;Send&quot;. You will then receive an email that helps you regain access.', 'wordfence'); ?></p>
[1] Fix | Delete
<form method="POST" id="unlock-form" action="#">
[2] Fix | Delete
<?php require_once(ABSPATH . 'wp-includes/pluggable.php'); ?>
[3] Fix | Delete
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce('wf-form'); ?>">
[4] Fix | Delete
<input type="text" size="50" name="email" id="unlock-email" value="" maxlength="255" placeholder="email@example.com">&nbsp;&nbsp;<input type="submit" class="wf-btn wf-btn-default" id="unlock-submit" name="s" value="<?php esc_attr_e('Send Unlock Email', 'wordfence'); ?>" disabled>
[5] Fix | Delete
</form>
[6] Fix | Delete
<script type="application/javascript">
[7] Fix | Delete
(function() {
[8] Fix | Delete
var textfield = document.getElementById('unlock-email');
[9] Fix | Delete
textfield.addEventListener('focus', function() {
[10] Fix | Delete
document.getElementById('unlock-form').action = "<?php echo esc_js(wfUtils::getSiteBaseURL()); ?>" + "?_wfsf=unlockEmail";
[11] Fix | Delete
document.getElementById('unlock-submit').disabled = false;
[12] Fix | Delete
});
[13] Fix | Delete
})();
[14] Fix | Delete
</script>
[15] Fix | Delete
[16] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function