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.../Content
File: ControllerAjaxContent.php
<?php
[0] Fix | Delete
[1] Fix | Delete
[2] Fix | Delete
namespace Nextend\Framework\Content;
[3] Fix | Delete
[4] Fix | Delete
[5] Fix | Delete
use Nextend\Framework\Controller\Admin\AdminAjaxController;
[6] Fix | Delete
use Nextend\Framework\Request\Request;
[7] Fix | Delete
[8] Fix | Delete
class ControllerAjaxContent extends AdminAjaxController {
[9] Fix | Delete
[10] Fix | Delete
public function actionSearchLink() {
[11] Fix | Delete
$this->validateToken();
[12] Fix | Delete
[13] Fix | Delete
$keyword = Request::$REQUEST->getVar('keyword', '');
[14] Fix | Delete
$this->response->respond(Content::searchLink($keyword));
[15] Fix | Delete
}
[16] Fix | Delete
[17] Fix | Delete
public function actionSearchContent() {
[18] Fix | Delete
$this->validateToken();
[19] Fix | Delete
[20] Fix | Delete
$keyword = Request::$REQUEST->getVar('keyword', '');
[21] Fix | Delete
$this->response->respond(Content::searchContent($keyword));
[22] Fix | Delete
}
[23] Fix | Delete
}
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function