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.../modules/login-se.../views/page
File: section-title.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* @var \WordfenceLS\Page\Model_Title $title The page title parameters.
[3] Fix | Delete
* @var bool $showIcon Whether or not to show the header icon. Optional, defaults to false.
[4] Fix | Delete
*/
[5] Fix | Delete
?>
[6] Fix | Delete
<div class="wfls-section-title">
[7] Fix | Delete
<?php if (isset($showIcon) && $showIcon): ?>
[8] Fix | Delete
<div class="wfls-header-icon wfls-hidden-xs"></div>
[9] Fix | Delete
<?php endif; ?>
[10] Fix | Delete
<h2 class="wfls-center-xs" id="section-title-<?php echo esc_attr($title->id); ?>"><?php echo \WordfenceLS\Text\Model_HTML::esc_html($title->title); ?></h2>
[11] Fix | Delete
<?php if ($title->helpURL !== null && $title->helpLink !== null): ?>
[12] Fix | Delete
<span class="wfls-hidden-xs"><a href="<?php echo esc_url($title->helpURL); ?>" target="_blank" rel="noopener noreferrer" class="wfls-help-link"><?php echo \WordfenceLS\Text\Model_HTML::esc_html($title->helpLink); ?> <i class="<?php echo (\WordfenceLS\Controller_WordfenceLS::shared()->should_use_core_font_awesome_styles() ? 'wf-fa wf-fa-external-link' : 'wfls-fa wfls-fa-external-link'); ?>" aria-hidden="true"></i></a></span>
[13] Fix | Delete
<?php endif; ?>
[14] Fix | Delete
</div>
[15] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function