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/scanner
File: scan-failed.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* Presents a scan failed error message.
[4] Fix | Delete
*
[5] Fix | Delete
* Expects $messageHTML and $buttonTitle.
[6] Fix | Delete
*
[7] Fix | Delete
* @var string $messageTitle The title for the message (optional, defaults to 'Scan Failed')
[8] Fix | Delete
* @var string $messageHTML The message to show.
[9] Fix | Delete
* @var string $buttonTitle The title of the kill/reset button.
[10] Fix | Delete
*/
[11] Fix | Delete
[12] Fix | Delete
if (!isset($messageTitle))
[13] Fix | Delete
$messageTitle = __('Scan Failed', 'wordfence');
[14] Fix | Delete
[15] Fix | Delete
?>
[16] Fix | Delete
<ul class="wf-flex-horizontal wf-flex-full-width wf-no-top">
[17] Fix | Delete
<li>
[18] Fix | Delete
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 116.93 108.46"><path d="M115.82,96.14,65.76,4.37a8.33,8.33,0,0,0-3.06-3.2,8.24,8.24,0,0,0-8.47,0,8.34,8.34,0,0,0-3.07,3.2L1.11,96.14a7.78,7.78,0,0,0,.13,8.21,8.16,8.16,0,0,0,3,3,8.13,8.13,0,0,0,4.14,1.11H108.52a8.36,8.36,0,0,0,7.17-4.11,7.78,7.78,0,0,0,.13-8.21Zm-49-6.52a2.09,2.09,0,0,1-.62,1.53,2,2,0,0,1-1.46.62H52.21a2,2,0,0,1-1.46-.62,2.08,2.08,0,0,1-.62-1.53V77.24a2.08,2.08,0,0,1,.62-1.53,2,2,0,0,1,1.46-.62H64.72a2,2,0,0,1,1.47.62,2.09,2.09,0,0,1,.62,1.53V89.62Zm-.13-24.37A1.45,1.45,0,0,1,66,66.32a2.66,2.66,0,0,1-1.53.42H52.4a2.81,2.81,0,0,1-1.56-.42,1.25,1.25,0,0,1-.65-1.08L49.08,35.46a1.56,1.56,0,0,1,.65-1.37,2.52,2.52,0,0,1,1.56-.72H65.64a2.51,2.51,0,0,1,1.57.72,1.43,1.43,0,0,1,.65,1.24Zm0,0"/></svg>
[19] Fix | Delete
</li>
[20] Fix | Delete
<li>
[21] Fix | Delete
<h4><?php echo esc_html($messageTitle); ?></h4>
[22] Fix | Delete
<p><?php echo $messageHTML; ?></p>
[23] Fix | Delete
<?php if (isset($rawErrorHTML) && !empty($rawErrorHTML)): ?>
[24] Fix | Delete
<p class="wf-add-top"><?php esc_html_e('The error returned was:', 'wordfence'); ?></p>
[25] Fix | Delete
<pre><?php echo $rawErrorHTML; ?></pre>
[26] Fix | Delete
<?php endif; ?>
[27] Fix | Delete
</li>
[28] Fix | Delete
<li class="wf-right wf-padding-add-left">
[29] Fix | Delete
<a href="#" class="wf-btn wf-btn-default wf-btn-callout-subtle" onclick="WFAD.killScan(); return false;" role="button"><?php echo $buttonTitle; ?></a>
[30] Fix | Delete
</li>
[31] Fix | Delete
</ul>
[32] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function