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: header_top.php
<?php
[0] Fix | Delete
if ($this->bvinfo->isMalcare()) {
[1] Fix | Delete
$plugin_slug = "malcare-security";
[2] Fix | Delete
$brand_name = "MalCare";
[3] Fix | Delete
$plugin_logo = plugins_url("/../../img/mclogo.svg", __FILE__);
[4] Fix | Delete
$title = "Secure your website with MalCare's 360 degree protection";
[5] Fix | Delete
$intro_video_url = "https://youtu.be/rBuYh2dIadk";
[6] Fix | Delete
$header_logo_link = "https://malcare.com/?utm_source=mc_plugin_lp_logo&utm_medium=logo_link&utm_campaign=mc_plugin_lp_header&utm_term=header_logo&utm_content=image_link";
[7] Fix | Delete
} else {
[8] Fix | Delete
$plugin_slug = "blogvault-real-time-backup";
[9] Fix | Delete
$brand_name = "BlogVault";
[10] Fix | Delete
$plugin_logo = plugins_url("/../../img/bvlogo.svg", __FILE__);
[11] Fix | Delete
$title = "Create Smart Incremental Backups On Cloud";
[12] Fix | Delete
$intro_video_url = "https://youtu.be/Y4teDRL08mY";
[13] Fix | Delete
$header_logo_link = "https://blogvault.net/?utm_source=bv_plugin_lp_logo&utm_medium=logo_link&utm_campaign=bv_plugin_lp_header&utm_term=header_logo&utm_content=image_link";
[14] Fix | Delete
}
[15] Fix | Delete
?>
[16] Fix | Delete
<div class="header-top">
[17] Fix | Delete
<div class="top-links">
[18] Fix | Delete
<span>
[19] Fix | Delete
<a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/reviews/#new-post"); ?>" target="_blank" rel="noopener noreferrer">
[20] Fix | Delete
Leave a Review
[21] Fix | Delete
</a>
[22] Fix | Delete
</span>
[23] Fix | Delete
&nbsp;
[24] Fix | Delete
<span>
[25] Fix | Delete
<a href="<?php echo esc_url("https://wordpress.org/support/plugin/" . $plugin_slug . "/"); ?>" target="_blank" rel="noopener noreferrer">
[26] Fix | Delete
Need Help?
[27] Fix | Delete
</a>
[28] Fix | Delete
</span>
[29] Fix | Delete
</div>
[30] Fix | Delete
<div class="logo-img">
[31] Fix | Delete
<a href="<?php echo esc_url($header_logo_link); ?>" target="_blank" rel="noopener noreferrer">
[32] Fix | Delete
<img height="65" src="<?php echo esc_url($plugin_logo); ?>" alt="Logo">
[33] Fix | Delete
</a>
[34] Fix | Delete
</div>
[35] Fix | Delete
<h2 class="text-center heading"><?php echo esc_html($title); ?></h2>
[36] Fix | Delete
<div class="text-center intro-video">
[37] Fix | Delete
<a href="<?php echo esc_url($intro_video_url); ?>" target="_blank" rel="noopener noreferrer">
[38] Fix | Delete
<img src="<?php echo esc_url(plugins_url("/../../img/play-video.png", __FILE__)); ?>"/>
[39] Fix | Delete
Watch the <?php echo esc_html($brand_name); ?> Video
[40] Fix | Delete
</a>
[41] Fix | Delete
</div>
[42] Fix | Delete
</div>
[43] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function