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/wp-conte.../plugins/smart-sl.../Nextend/Framewor.../Controll.../Admin
File: AbstractAdminController.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
namespace Nextend\Framework\Controller\Admin;
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
use Nextend\Framework\Asset\Js\Js;
[6] Fix | Delete
use Nextend\Framework\Asset\Predefined;
[7] Fix | Delete
use Nextend\Framework\Controller\AbstractController;
[8] Fix | Delete
[9] Fix | Delete
abstract class AbstractAdminController extends AbstractController {
[10] Fix | Delete
[11] Fix | Delete
public function initialize() {
[12] Fix | Delete
// Prevent browser from cache on backward button.
[13] Fix | Delete
header("Cache-Control: no-store");
[14] Fix | Delete
[15] Fix | Delete
Js::addGlobalInline('window.N2DISABLESCHEDULER=1;');
[16] Fix | Delete
[17] Fix | Delete
parent::initialize();
[18] Fix | Delete
[19] Fix | Delete
Predefined::frontend();
[20] Fix | Delete
Predefined::backend();
[21] Fix | Delete
}
[22] Fix | Delete
}
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function