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/social/src/flow/social/cache
File: LAFacebookCacheManager.php
<?php namespace flow\social\cache;
[0] Fix | Delete
if ( ! defined( 'WPINC' ) ) die;
[1] Fix | Delete
[2] Fix | Delete
/**
[3] Fix | Delete
* Flow-Flow.
[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 2014-2016 Looks Awesome
[10] Fix | Delete
*/
[11] Fix | Delete
interface LAFacebookCacheManager {
[12] Fix | Delete
public function getAccessToken();
[13] Fix | Delete
public function getError();
[14] Fix | Delete
public function clean();
[15] Fix | Delete
public function save($token, $expires);
[16] Fix | Delete
[17] Fix | Delete
public function startCounter();
[18] Fix | Delete
public function stopCounter();
[19] Fix | Delete
public function hasLimit();
[20] Fix | Delete
public function addRequest();
[21] Fix | Delete
[22] Fix | Delete
public function getIdPosts($feedId);
[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