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.../modules/login-se.../views/options
File: option-label.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* Presents an option-styled text value.
[3] Fix | Delete
*
[4] Fix | Delete
* Expects $title (or $titleHTML) to be defined. $helpLink may also be defined.
[5] Fix | Delete
*
[6] Fix | Delete
* @var string $title The title shown for the option.
[7] Fix | Delete
* @var string $titleHTML The raw HTML title shown for the option. This supersedes $title.
[8] Fix | Delete
* @var string $helpLink If defined, the link to the corresponding external help page.
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if (!isset($titleHTML)) {
[12] Fix | Delete
$titleHTML = esc_html($title);
[13] Fix | Delete
}
[14] Fix | Delete
?>
[15] Fix | Delete
<ul class="wfls-option wfls-option-label">
[16] Fix | Delete
<?php if (!isset($noSpacer) || !$noSpacer): ?>
[17] Fix | Delete
<li class="wfls-option-spacer"></li>
[18] Fix | Delete
<?php endif; ?>
[19] Fix | Delete
<li class="wfls-option-content">
[20] Fix | Delete
<ul>
[21] Fix | Delete
<li class="wfls-option-title">
[22] Fix | Delete
<?php if (isset($subtitle)): ?>
[23] Fix | Delete
<ul class="wfls-flex-vertical wfls-flex-align-left">
[24] Fix | Delete
<li>
[25] Fix | Delete
<?php endif; ?>
[26] Fix | Delete
<?php echo $titleHTML; ?><?php if (isset($helpLink)) { echo ' <a href="' . esc_attr($helpLink) . '" target="_blank" rel="noopener noreferrer" class="wfls-inline-help"><i class="' . (\WordfenceLS\Controller_WordfenceLS::shared()->should_use_core_font_awesome_styles() ? 'wf-fa wf-fa-question-circle-o' : 'wfls-fa wfls-fa-question-circle-o') . '" aria-hidden="true"></i></a>'; } ?>
[27] Fix | Delete
<?php if (isset($subtitle)): ?>
[28] Fix | Delete
</li>
[29] Fix | Delete
<li class="wfls-option-subtitle"><?php echo esc_html($subtitle); ?></li>
[30] Fix | Delete
</ul>
[31] Fix | Delete
<?php endif; ?>
[32] Fix | Delete
</li>
[33] Fix | Delete
</ul>
[34] Fix | Delete
</li>
[35] Fix | Delete
</ul>
[36] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function