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/page
File: tabbar.php
<?php
[0] Fix | Delete
if (!defined('WORDFENCE_LS_VERSION')) { exit; }
[1] Fix | Delete
/**
[2] Fix | Delete
* @var array $tabs An array of Tab instances. Required.
[3] Fix | Delete
*/
[4] Fix | Delete
?>
[5] Fix | Delete
<div class="wfls-row wfls-tab-container">
[6] Fix | Delete
<div class="wfls-col-xs-12">
[7] Fix | Delete
<div class="wp-header-end"></div>
[8] Fix | Delete
<ul class="wfls-page-tabs">
[9] Fix | Delete
<li class="wfls-header-icon"></li>
[10] Fix | Delete
<?php foreach ($tabs as $t): ?>
[11] Fix | Delete
<?php
[12] Fix | Delete
$a = $t->a;
[13] Fix | Delete
if (!preg_match('/^https?:\/\//i', $a)) {
[14] Fix | Delete
$a = '#top#' . urlencode($a);
[15] Fix | Delete
}
[16] Fix | Delete
?>
[17] Fix | Delete
<li class="wfls-tab" id="wfls-tab-<?php echo esc_attr($t->id); ?>" data-target="<?php echo esc_attr($t->id); ?>" data-page-title="<?php echo esc_attr($t->pageTitle); ?>"><a href="<?php echo esc_url($a); ?>"><?php echo esc_html($t->tabTitle); ?></a></li>
[18] Fix | Delete
<?php endforeach; ?>
[19] Fix | Delete
</ul>
[20] Fix | Delete
</div>
[21] Fix | Delete
</div>
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function