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.../maintena...
File: template.php
<?php
[0] Fix | Delete
$bv_maintenance = plugin_dir_path(__FILE__) . '/wp_maintenance.php';
[1] Fix | Delete
if (file_exists($bv_maintenance)) {
[2] Fix | Delete
require_once $bv_maintenance;
[3] Fix | Delete
header("Cache-Control: no-cache, no-store, must-revalidate");
[4] Fix | Delete
header("Pragma: no-cache");
[5] Fix | Delete
header("Expires: 0");
[6] Fix | Delete
header('HTTP/1.1 503 Down For Maintenance');
[7] Fix | Delete
echo BVWPMaintenance::$template;
[8] Fix | Delete
}
[9] Fix | Delete
?>
[10] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function