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.../views/onboardi...
File: fresh-install.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the fresh install modal.
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<div id="wf-onboarding-fresh-install" class="wf-onboarding-modal">
[6] Fix | Delete
<div id="wf-onboarding-fresh-install-1" class="wf-onboarding-modal-content">
[7] Fix | Delete
<div class="wf-onboarding-logo"><img src="<?php echo esc_attr(wfUtils::getBaseURL() . 'images/wf-horizontal.svg'); ?>" alt="<?php esc_html_e('Wordfence - Securing your WordPress Website', 'wordfence'); ?>"></div>
[8] Fix | Delete
<h3><?php printf(/* translators: Wordfence version. */ esc_html__('You have successfully installed Wordfence %s', 'wordfence'), WORDFENCE_VERSION); ?></h3>
[9] Fix | Delete
<?php echo wfView::create('onboarding/registration-prompt', array('attempt' => 1)) ?>
[10] Fix | Delete
</div>
[11] Fix | Delete
</div>
[12] Fix | Delete
<script type="application/javascript">
[13] Fix | Delete
(function($) {
[14] Fix | Delete
$(function() {
[15] Fix | Delete
$('#wf-onboarding-fresh-install').on('click', function(e) {
[16] Fix | Delete
e.stopPropagation();
[17] Fix | Delete
});
[18] Fix | Delete
[19] Fix | Delete
$(window).on('wfOnboardingDismiss', function() {
[20] Fix | Delete
if ($('#wf-onboarding-fresh-install-1').is(':visible')) {
[21] Fix | Delete
wordfenceExt.setOption('onboardingAttempt1', '<?php echo esc_attr(wfOnboardingController::ONBOARDING_SKIPPED); ?>');
[22] Fix | Delete
}
[23] Fix | Delete
});
[24] Fix | Delete
});
[25] Fix | Delete
})(jQuery);
[26] Fix | Delete
</script>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function