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/flow-flo.../views
File: news.php
<?php use la\core\LAUtils;
[0] Fix | Delete
[1] Fix | Delete
if (!defined('WPINC')) die;
[2] Fix | Delete
/**
[3] Fix | Delete
* Represents the view for the administration news page.
[4] Fix | Delete
*
[5] Fix | Delete
* This includes the header, options, and other information that should provide
[6] Fix | Delete
* The User Interface to the end user.
[7] Fix | Delete
*
[8] Fix | Delete
* @package FlowFlow
[9] Fix | Delete
* @author Looks Awesome <email@looks-awesome.com>
[10] Fix | Delete
* @link http://looks-awesome.com
[11] Fix | Delete
* @copyright Looks Awesome
[12] Fix | Delete
*/
[13] Fix | Delete
/** @var array $context */
[14] Fix | Delete
$dbm = LAUtils::dbm($context);
[15] Fix | Delete
$slug = LAUtils::slug($context);
[16] Fix | Delete
if (!$dbm->canCreateCssFolder()) {
[17] Fix | Delete
echo '<p class="ff-error" xmlns="http://www.w3.org/1999/html">Error: Plugin cannot create folder <strong>wp-content/resources/' . $slug . '/css</strong>, please add permissions or create this folder manually.</p>';
[18] Fix | Delete
}
[19] Fix | Delete
?>
[20] Fix | Delete
<div class="news-page" id="news_page">
[21] Fix | Delete
<div class="news-loader"></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