PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
mobile-header
/
layouts
/
side-area
<?php class SideAreaMobileHeader extends WebOnCoreMobileHeader { private static $instance; public function __construct() { $this->set_layout( 'side-area' ); $this->default_header_height = 70; parent::__construct(); } public static function get_instance() { if ( self::$instance == null ) { self::$instance = new self(); } return self::$instance; } public function enqueue_additional_assets() { } }
[+]
..
[+]
templates
[-] side-area-mobile-header.php
[edit]
[-] include.php
[edit]
[+]
assets
[-] helper.php
[edit]
[+]
dashboard