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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/flow-flo.../libs/flowflow/core/src/db
File: LADBManager.php
return false;
[1500] Fix | Delete
}
[1501] Fix | Delete
[1502] Fix | Delete
private function deleteBoostedFeeds() {
[1503] Fix | Delete
$conn = $this->conn();
[1504] Fix | Delete
$feeds = $conn->getCol('SELECT `feed_id` FROM ?n WHERE `boosted` = ?s', $this->cache_table_name, LASettingsUtils::YEP);
[1505] Fix | Delete
$conn->query('DELETE FROM ?n WHERE `feed_id` IN (?a)', $this->streams_sources_table_name, $feeds);
[1506] Fix | Delete
$values = ['system_enabled' => 0, 'boosted' => LASettingsUtils::NOPE];
[1507] Fix | Delete
$conn->query('UPDATE ?n SET ?u WHERE `boosted` = ?s', $this->cache_table_name, $values, LASettingsUtils::YEP);
[1508] Fix | Delete
}
[1509] Fix | Delete
}
[1510] Fix | Delete
[1511] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function