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