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.../libs/flowflow/core/src/tabs
File: LATab.php
<?php namespace la\core\tabs;
[0] Fix | Delete
if ( ! defined( 'WPINC' ) ) die;
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* FlowFlow.
[4] Fix | Delete
*
[5] Fix | Delete
* @package FlowFlow
[6] Fix | Delete
* @author Looks Awesome <email@looks-awesome.com>
[7] Fix | Delete
*
[8] Fix | Delete
* @link http://looks-awesome.com
[9] Fix | Delete
* @copyright Looks Awesome
[10] Fix | Delete
*/
[11] Fix | Delete
interface LATab {
[12] Fix | Delete
public function id();
[13] Fix | Delete
public function flaticon();
[14] Fix | Delete
public function title();
[15] Fix | Delete
public function includeOnce($context);
[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