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.../views/common
File: status-tooltip.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* @var string $id
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<script type="text/x-jquery-template" id="<?php echo esc_attr($id); ?>-tmpl">
[6] Fix | Delete
<div class="wf-circle-tooltip-block">
[7] Fix | Delete
<div class="wf-circle-tooltip-header"><h4><?php echo esc_html($title) ?></h4></div>
[8] Fix | Delete
<div class="wf-circle-tooltip-body wf-flex-vertical wf-flex-align-left wf-flex-full-width">
[9] Fix | Delete
<?php if (isset($statusExtra) && !empty($statusExtra)) { echo $statusExtra; } ?>
[10] Fix | Delete
<div class="wf-flex-row">
[11] Fix | Delete
<div class="wf-tooltip-status-circle wf-flex-row-0">
[12] Fix | Delete
{{html statusCircle}}
[13] Fix | Delete
</div>
[14] Fix | Delete
<div class="wf-flex-row-1">
[15] Fix | Delete
<?php if (empty($statusList)): ?>
[16] Fix | Delete
<p><?php echo wp_kses(__('<strong>Congratulations!</strong> You\'ve optimized configurations for this feature! If you want to learn more about how this score is determined, click the link below.', 'wordfence'), array('strong'=>array())); ?></p>
[17] Fix | Delete
<p><a target="_blank" rel="noopener noreferrer" href="<?php echo esc_url($helpLink) ?>"><?php esc_html_e('How does Wordfence determine this?', 'wordfence') ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p>
[18] Fix | Delete
<?php else: ?>
[19] Fix | Delete
<h4><?php esc_html_e('How do I get to 100%?', 'wordfence') ?></h4>
[20] Fix | Delete
<ul>
[21] Fix | Delete
<?php foreach ($statusList as $listItem): ?>
[22] Fix | Delete
<li class="wf-flex-row">
[23] Fix | Delete
<strong class="wf-flex-row-0"><?php echo $listItem['percentage'] * 100 ?>%</strong>
[24] Fix | Delete
<span class="wf-flex-row-1"><?php echo esc_html($listItem['title']) ?></span>
[25] Fix | Delete
</li>
[26] Fix | Delete
<?php endforeach ?>
[27] Fix | Delete
</ul>
[28] Fix | Delete
<p><a target="_blank" rel="noopener noreferrer" href="<?php echo esc_url($helpLink) ?>"><?php esc_html_e('How does Wordfence determine this?', 'wordfence') ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p>
[29] Fix | Delete
<?php endif ?>
[30] Fix | Delete
</div>
[31] Fix | Delete
</div>
[32] Fix | Delete
</div>
[33] Fix | Delete
</div>
[34] Fix | Delete
</script>
[35] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function