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: banner.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the persistent banner.
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<ul id="wf-onboarding-banner">
[6] Fix | Delete
<li><?php esc_html_e('Wordfence installation is incomplete', 'wordfence'); ?></li>
[7] Fix | Delete
<li>
[8] Fix | Delete
<?php if (isset($dismissable) && $dismissable): ?>
[9] Fix | Delete
<a href="#" class="wf-onboarding-btn wf-onboarding-btn-default" id="wf-onboarding-delay" data-timestamp="<?php echo time(); ?>"><?php esc_html_e('Remind Me Later', 'wordfence'); ?></a>
[10] Fix | Delete
<?php endif ?>
[11] Fix | Delete
<a href="<?php echo esc_attr(network_admin_url('admin.php?page=WordfenceSupport')); ?>" class="wf-onboarding-btn wf-onboarding-btn-default" id="wf-onboarding-resume"><?php esc_html_e('Resume Installation', 'wordfence'); ?></a>
[12] Fix | Delete
</li>
[13] Fix | Delete
</ul>
[14] Fix | Delete
<div style="display: none;">
[15] Fix | Delete
<div class="wf-modal" id="wf-onboarding-registration-delayed-template">
[16] Fix | Delete
<div class="wf-modal-header">
[17] Fix | Delete
<div class="wf-modal-header-content">
[18] Fix | Delete
<div class="wf-modal-title"><strong><?php esc_html_e('Notice Dismissed', 'wordfence') ?></strong></div>
[19] Fix | Delete
</div>
[20] Fix | Delete
</div>
[21] Fix | Delete
<div class="wf-modal-content"><span class="message"><?php esc_html_e('You will be reminded again in 12 hours.', 'wordfence') ?></span></div>
[22] Fix | Delete
<div class="wf-modal-footer">
[23] Fix | Delete
<ul class="wf-onboarding-flex-horizontal wf-onboarding-flex-align-right wf-onboarding-full-width">
[24] Fix | Delete
<li><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" onclick="jQuery.wfcolorbox.close(); return false;" role="button">Close</a></li>
[25] Fix | Delete
</ul>
[26] Fix | Delete
</div>
[27] Fix | Delete
</div>
[28] Fix | Delete
<div class="wf-modal" id="wf-onboarding-registration-delayed-error-template">
[29] Fix | Delete
<div class="wf-modal-header">
[30] Fix | Delete
<div class="wf-modal-header-content">
[31] Fix | Delete
<div class="wf-modal-title"><strong><?php esc_html_e('Error', 'wordfence') ?></strong></div>
[32] Fix | Delete
</div>
[33] Fix | Delete
</div>
[34] Fix | Delete
<div class="wf-modal-content"><span class="message"><?php esc_html_e('An unexpected error occurred while attempting to dismiss the notice. Please try again.', 'wordfence') ?></span></div>
[35] Fix | Delete
<div class="wf-modal-footer">
[36] Fix | Delete
<ul class="wf-onboarding-flex-horizontal wf-onboarding-flex-align-right wf-onboarding-full-width">
[37] Fix | Delete
<li><a href="#" class="wf-onboarding-btn wf-onboarding-btn-primary" onclick="jQuery.wfcolorbox.close(); return false;" role="button">Close</a></li>
[38] Fix | Delete
</ul>
[39] Fix | Delete
</div>
[40] Fix | Delete
</div>
[41] Fix | Delete
</div>
[42] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function