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/scanner
File: site-cleaning-bottom.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Displays the Site Cleaning lower prompt.
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<div id="wf-site-cleaning-bottom" class="wf-block wf-add-top-small wf-active">
[6] Fix | Delete
<div class="wf-block-content">
[7] Fix | Delete
<ul class="wf-block-list">
[8] Fix | Delete
<li>
[9] Fix | Delete
<div class="wf-flex-vertical">
[10] Fix | Delete
<h3 class="wf-center"><?php esc_html_e('Need help from the WordPress security experts?', 'wordfence'); ?></h3>
[11] Fix | Delete
<?php if (wfLicense::current()->isBelowCare()): ?>
[12] Fix | Delete
<p class="wf-center wf-no-top"><?php esc_html_e('Sign up for Wordfence Care today and get expert help with any security issue. Wordfence Care is for business owners who put a premium on their time. With Wordfence Care, we take care of it, so that you can focus on your customers. Check out Wordfence Response for mission-critical WordPress websites.', 'wordfence'); ?></p>
[13] Fix | Delete
<?php endif ?>
[14] Fix | Delete
<p class="wf-center wf-add-bottom">
[15] Fix | Delete
<?php if (wfLicense::current()->isBelowCare()): ?>
[16] Fix | Delete
<a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanLowerAd/products/wordfence-care/" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More About Wordfence Care', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a>
[17] Fix | Delete
<a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1scanLowerAd/products/wordfence-response/" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More About Wordfence Response', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a>
[18] Fix | Delete
<?php else: ?>
[19] Fix | Delete
<a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="<?php echo esc_attr(wfLicense::current()->getSupportUrl('scanLowerAd')) ?>" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Get Help', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a>
[20] Fix | Delete
<?php endif ?>
[21] Fix | Delete
</p>
[22] Fix | Delete
</div>
[23] Fix | Delete
</li>
[24] Fix | Delete
</ul>
[25] Fix | Delete
</div>
[26] Fix | Delete
</div>
[27] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function