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/blogvaul.../admin/componen...
File: form.php
<?php
[0] Fix | Delete
if ($this->bvinfo->isMalcare()) {
[1] Fix | Delete
$brand_name = "MalCare";
[2] Fix | Delete
$webpage = "https://www.malcare.com";
[3] Fix | Delete
} else {
[4] Fix | Delete
$brand_name = "BlogVault";
[5] Fix | Delete
$webpage = "https://www.blogvault.net";
[6] Fix | Delete
}
[7] Fix | Delete
?>
[8] Fix | Delete
<div class="email-form">
[9] Fix | Delete
<div class="row">
[10] Fix | Delete
<div class="col-xs-12 form-container">
[11] Fix | Delete
<div class="search-container text-center ">
[12] Fix | Delete
<form action="<?php echo esc_url($this->bvinfo->appUrl()); ?>/plugin/signup" style="padding-top:10px; margin: 0px;" onsubmit="document.getElementById('get-started').disabled = true;" method="post" name="signup">
[13] Fix | Delete
<input type='hidden' name='bvsrc' value='wpplugin'/>
[14] Fix | Delete
<?php echo $this->siteInfoTags(); ?>
[15] Fix | Delete
<input type="text" placeholder="Enter your email address to continue" id="email" name="email" class="d-inline search" required>
[16] Fix | Delete
<h5 class="check-box-text"><input type="checkbox" class="check-box" name="consent" value="1" required>
[17] Fix | Delete
<label>I agree to <?php echo esc_html($brand_name); ?> <a href="<?php echo esc_url($webpage).'/tos'; ?>" target="_blank" rel="noopener noreferrer">Terms of Service</a> and <a href="<?php echo esc_url($webpage).'/privacy'; ?>" target="_blank" rel="noopener noreferrer">Privacy Policy</a></label></h5>
[18] Fix | Delete
<button id="get-started" type="submit" class="e-mail-button"><span class="text-white">Submit</span></button>
[19] Fix | Delete
</form>
[20] Fix | Delete
</div>
[21] Fix | Delete
</div>
[22] Fix | Delete
</div>
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function