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/cache
File: LAModerationCacheManager.php
<?php namespace la\core\cache;
[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
class LAModerationCacheManager extends LACacheManager{
[12] Fix | Delete
function __construct( $context = null, $force = false ) {
[13] Fix | Delete
parent::__construct( $context, $force );
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
protected function getGetFilters() {
[17] Fix | Delete
$args = parent::getGetFilters();
[18] Fix | Delete
$args[] = $this->db->conn()->parse('post.post_status = ?s', 'approved');
[19] Fix | Delete
return $args;
[20] Fix | Delete
}
[21] Fix | Delete
}
[22] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function