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/tours
File: login-security.php
<?php if (wfOnboardingController::shouldShowNewTour(wfOnboardingController::TOUR_LOGIN_SECURITY)): ?>
[0] Fix | Delete
<script type="application/javascript">
[1] Fix | Delete
(function($) {
[2] Fix | Delete
$(function() {
[3] Fix | Delete
WFAD.tour1 = function() {
[4] Fix | Delete
$('#wfls-tab-manage a').trigger('click');
[5] Fix | Delete
WFAD.tour('wfNewTour1', 'wfls-tab-manage', 'top', 'left', null, WFAD.tour2);
[6] Fix | Delete
};
[7] Fix | Delete
WFAD.tour2 = function() {
[8] Fix | Delete
$('#wfls-tab-settings a').trigger('click');
[9] Fix | Delete
WFAD.tour('wfNewTour2', 'wfls-option-whitelisted', 'bottom', 'right', WFAD.tour1, WFAD.tour3);
[10] Fix | Delete
};
[11] Fix | Delete
WFAD.tour3 = function() {
[12] Fix | Delete
$('#wfls-tab-settings a').trigger('click');
[13] Fix | Delete
WFAD.tour('wfNewTour3', 'wfls-enable-auth-captcha', 'bottom', 'left', WFAD.tour2, WFAD.tourComplete);
[14] Fix | Delete
};
[15] Fix | Delete
WFAD.tourComplete = function() { WFAD.tourFinish('<?php echo esc_attr(wfOnboardingController::TOUR_LOGIN_SECURITY); ?>'); };
[16] Fix | Delete
[17] Fix | Delete
<?php if (wfOnboardingController::shouldShowNewTour(wfOnboardingController::TOUR_LOGIN_SECURITY)): ?>
[18] Fix | Delete
if (!WFAD.isSmallScreen) { WFAD.tour1(); }
[19] Fix | Delete
<?php endif; ?>
[20] Fix | Delete
});
[21] Fix | Delete
})(jQuery);
[22] Fix | Delete
</script>
[23] Fix | Delete
[24] Fix | Delete
<script type="text/x-jquery-template" id="wfNewTour1">
[25] Fix | Delete
<div>
[26] Fix | Delete
<h3><?php esc_html_e('Introducing the New Wordfence 2FA', 'wordfence'); ?></h3>
[27] Fix | Delete
<p><?php esc_html_e('We are excited to announce the release of a completely rebuilt two-factor authentication (2FA) feature within Wordfence. 2FA is an important layer of security that protects you from password guessing and credential stuffing attacks. Previously a Premium-only feature, it is now available for sites running the free version of Wordfence. You are now able to enable 2FA for any role, we’ve added a number of important security features, and we’ve significantly improved the admin interface.', 'wordfence'); ?></p>
[28] Fix | Delete
<p><a href="<?php echo wfSupportController::esc_supportURL(wfSupportController::ITEM_MODULE_LOGIN_SECURITY_2FA); ?>" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p>
[29] Fix | Delete
<div class="wf-pointer-footer">
[30] Fix | Delete
<ul class="wf-tour-pagination">
[31] Fix | Delete
<li class="wf-active">&bullet;</li>
[32] Fix | Delete
<li>&bullet;</li>
[33] Fix | Delete
<li>&bullet;</li>
[34] Fix | Delete
</ul>
[35] Fix | Delete
<div id="wf-tour-continue"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" role="button"><?php esc_html_e('Next', 'wordfence'); ?></a></div>
[36] Fix | Delete
</div>
[37] Fix | Delete
<div id="wf-tour-close"><a href="#" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div>
[38] Fix | Delete
</div>
[39] Fix | Delete
</script>
[40] Fix | Delete
<script type="text/x-jquery-template" id="wfNewTour2">
[41] Fix | Delete
<div>
[42] Fix | Delete
<h3><?php esc_html_e('Individual Allowlisting', 'wordfence'); ?></h3>
[43] Fix | Delete
<p><?php esc_html_e('Two-factor authentication now has its own IP allowlist. If necessary, you can allow specific IP addresses or ranges to skip 2FA when logging in.', 'wordfence'); ?></p>
[44] Fix | Delete
<div class="wf-pointer-footer">
[45] Fix | Delete
<ul class="wf-tour-pagination">
[46] Fix | Delete
<li>&bullet;</li>
[47] Fix | Delete
<li class="wf-active">&bullet;</li>
[48] Fix | Delete
<li>&bullet;</li>
[49] Fix | Delete
</ul>
[50] Fix | Delete
<div id="wf-tour-previous"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-default" role="button"><?php esc_html_e('Previous', 'wordfence'); ?></a></div>
[51] Fix | Delete
<div id="wf-tour-continue"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" role="button"><?php esc_html_e('Next', 'wordfence'); ?></a></div>
[52] Fix | Delete
</div>
[53] Fix | Delete
<div id="wf-tour-close"><a href="#" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div>
[54] Fix | Delete
</div>
[55] Fix | Delete
</script>
[56] Fix | Delete
<script type="text/x-jquery-template" id="wfNewTour3">
[57] Fix | Delete
<div>
[58] Fix | Delete
<h3><?php esc_html_e('New Login Page Captcha Feature', 'wordfence'); ?></h3>
[59] Fix | Delete
<p><?php esc_html_e('Wordfence now includes the option to enable Google reCaptcha v3 on your WordPress login and registration pages. This adds a powerful new layer of protection against password guessing and credential stuffing attacks from bots without slowing down real users.', 'wordfence'); ?></p>
[60] Fix | Delete
<p><a href="<?php echo wfSupportController::esc_supportURL(wfSupportController::ITEM_MODULE_LOGIN_SECURITY_CAPTCHA); ?>" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p>
[61] Fix | Delete
<div class="wf-pointer-footer">
[62] Fix | Delete
<ul class="wf-tour-pagination">
[63] Fix | Delete
<li>&bullet;</li>
[64] Fix | Delete
<li>&bullet;</li>
[65] Fix | Delete
<li class="wf-active">&bullet;</li>
[66] Fix | Delete
</ul>
[67] Fix | Delete
<div id="wf-tour-previous"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-default" role="button"><?php esc_html_e('Previous', 'wordfence'); ?></a></div>
[68] Fix | Delete
<div id="wf-tour-continue"><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" role="button"><?php esc_html_e('Done', 'wordfence'); ?></a></div>
[69] Fix | Delete
</div>
[70] Fix | Delete
<div id="wf-tour-close"><a href="#" role="button"><i class="wf-fa wf-fa-times-circle" aria-hidden="true"></i></a></div>
[71] Fix | Delete
</div>
[72] Fix | Delete
</script>
[73] Fix | Delete
<?php endif; ?>
[74] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function