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