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/flow-flo.../libs/flowflow/social/src/flow/social
File: FFFeed.php
<?php namespace flow\social;
[0] Fix | Delete
if ( ! defined( 'WPINC' ) ) die;
[1] Fix | Delete
/**
[2] Fix | Delete
* Flow-Flow
[3] Fix | Delete
*
[4] Fix | Delete
* @package FlowFlow
[5] Fix | Delete
* @author Looks Awesome <email@looks-awesome.com>
[6] Fix | Delete
[7] Fix | Delete
* @link http://looks-awesome.com
[8] Fix | Delete
* @copyright 2014-2016 Looks Awesome
[9] Fix | Delete
*/
[10] Fix | Delete
interface FFFeed {
[11] Fix | Delete
public function id();
[12] Fix | Delete
public function init($context, $feed);
[13] Fix | Delete
public function posts($is_empty_feed);
[14] Fix | Delete
public function errors();
[15] Fix | Delete
public function hasCriticalError();
[16] Fix | Delete
}
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function