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/blocking
File: blocking-status.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents the blocking status.
[3] Fix | Delete
*
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<ul class="wf-block-list wf-block-list-horizontal wf-blocking-status<?php echo (wfConfig::get('isPaid') ? ' wf-blocking-status-premium' : ''); ?>">
[7] Fix | Delete
<li>
[8] Fix | Delete
<?php
[9] Fix | Delete
echo wfView::create('common/block-navigation-option', array(
[10] Fix | Delete
'id' => 'blocking-all-options',
[11] Fix | Delete
'img' => 'options.svg',
[12] Fix | Delete
'title' => __('Blocking Options', 'wordfence'),
[13] Fix | Delete
'subtitle' => __('Manage global blocking options.', 'wordfence'),
[14] Fix | Delete
'link' => network_admin_url('admin.php?page=WordfenceWAF&subpage=blocking_options'),
[15] Fix | Delete
))->render();
[16] Fix | Delete
?>
[17] Fix | Delete
</li>
[18] Fix | Delete
<?php if (!wfConfig::get('isPaid')): ?>
[19] Fix | Delete
<li class="wf-flex-horizontal wf-flex-full-width">
[20] Fix | Delete
<div class="wf-flex-vertical wf-flex-align-left">
[21] Fix | Delete
<h4 class="wf-no-bottom"><?php esc_html_e('Upgrade to Premium', 'wordfence') ?></h4>
[22] Fix | Delete
<p class="wf-add-top-smaller"><?php esc_html_e('Enable country blocking by upgrading to Premium.', 'wordfence') ?></p>
[23] Fix | Delete
</div>
[24] Fix | Delete
<div class="wf-flex-horizontal wf-flex-full-width">
[25] Fix | Delete
<p class="wf-right"><a class="wf-btn wf-btn-primary wf-btn-callout-subtle" href="https://www.wordfence.com/gnl1blockingUpgrade/wordfence-signup/#premium-order-form" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Upgrade to Premium', 'wordfence'); ?></a>&nbsp;&nbsp;<a class="wf-btn wf-btn-callout-subtle wf-btn-default" href="https://www.wordfence.com/gnl1blockingLearn/wordfence-signup/" target="_blank" rel="noopener noreferrer"><?php esc_html_e('Learn More', 'wordfence'); ?><span class="screen-reader-text"> (<?php esc_html_e('opens in new tab', 'wordfence') ?>)</span></a></p>
[26] Fix | Delete
</div>
[27] Fix | Delete
</li>
[28] Fix | Delete
<?php endif; ?>
[29] Fix | Delete
</ul>
[30] Fix | Delete
[31] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function