: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php namespace flow\tabs;
use la\core\snapshots\LASnapshotManager;
if ( ! defined( 'WPINC' ) ) die;
* @author Looks Awesome <email@looks-awesome.com>
* @link http://looks-awesome.com
* @copyright Looks Awesome
class FFBackupTab implements LATab {
public function __construct() {
public function flaticon() {
public function title() {
public function includeOnce( $context ) {
$manager = new LASnapshotManager( $context );
$context['backups'] = $manager->getSnapshots();
/** @noinspection PhpIncludeInspection */
include_once(LAUtils::root($context) . 'views/backup.php');