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/wp-conte.../plugins/wordfenc.../modules/login-se.../views/onboardi...
File: standalone-header.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the fresh install plugin header for standalone installations.
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<div id="wfls-onboarding-standalone-modal">
[6] Fix | Delete
<div id="wfls-onboarding-standalone-modal-header">
[7] Fix | Delete
<div id="wfls-onboarding-standalone-modal-header-title"><?php esc_html_e('Wordfence Login Security Installed', 'wordfence'); ?></div>
[8] Fix | Delete
<div id="wfls-onboarding-standalone-modal-header-accessory"><a href="#" id="wfls-onboarding-standalone-modal-dismiss">&times;</a></div>
[9] Fix | Delete
</div>
[10] Fix | Delete
<div id="wfls-onboarding-standalone-modal-content">
[11] Fix | Delete
<p><?php esc_html_e('You have just installed the Wordfence Login Security plugin. It contains a subset of the functionality found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA.', 'wordfence'); ?></p>
[12] Fix | Delete
<p><?php printf(__('If you\'re looking for a more comprehensive solution, the <a href="%s" target="_blank" rel="noopener noreferrer">full Wordfence plugin</a> includes all of the features in this plugin as well as a full-featured WordPress firewall, a security scanner, live traffic, and more. The standard installation includes a robust set of free features that can be upgraded via a Premium license key.', 'wordfence'), 'https://wordpress.org/plugins/wordfence/'); ?></p>
[13] Fix | Delete
</div>
[14] Fix | Delete
</div>
[15] Fix | Delete
<script type="application/javascript">
[16] Fix | Delete
(function($) {
[17] Fix | Delete
$(function() {
[18] Fix | Delete
$('#wfls-onboarding-standalone-modal-dismiss').on('click', function(e) {
[19] Fix | Delete
e.preventDefault();
[20] Fix | Delete
e.stopPropagation();
[21] Fix | Delete
[22] Fix | Delete
$('#wfls-onboarding-standalone-modal').slideUp(400, function() {
[23] Fix | Delete
$('#wfls-onboarding-standalone-modal').remove();
[24] Fix | Delete
});
[25] Fix | Delete
[26] Fix | Delete
WFLS.setOptions({'dismissed-fresh-install-modal': true});
[27] Fix | Delete
});
[28] Fix | Delete
});
[29] Fix | Delete
})(jQuery);
[30] Fix | Delete
</script>
[31] Fix | Delete
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function