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/dashboar...
File: global-status.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the global status.
[3] Fix | Delete
*
[4] Fix | Delete
* Expects $firewall, $scanner, and $dashboard to be defined.
[5] Fix | Delete
*
[6] Fix | Delete
* @var wfFirewall $firewall The firewall state.
[7] Fix | Delete
* @var wfScanner $scanner The scanner state.
[8] Fix | Delete
* @var wfDashboard $dashboard Dashboard statistics.
[9] Fix | Delete
*/
[10] Fix | Delete
?>
[11] Fix | Delete
<ul class="wf-block-list wf-block-list-horizontal">
[12] Fix | Delete
<li id="wfStatusTourMarker">
[13] Fix | Delete
<div class="wf-block-labeled-value wf-global-status wf-global-status-full-enabled">
[14] Fix | Delete
<div class="wf-block-labeled-value-label"><?php esc_html_e('Wordfence Protection Activated', 'wordfence'); ?></div>
[15] Fix | Delete
</div>
[16] Fix | Delete
</li>
[17] Fix | Delete
</ul>
[18] Fix | Delete
[19] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function