Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
header
/
layouts
/
divided
/
File Content:
class-hiroshicore-divided-header.php
<?php class HiroshiCore_Divided_Header extends HiroshiCore_Header { private static $instance; public function __construct() { $this->set_layout( 'divided' ); $this->set_search_layout( 'covers-header' ); $this->default_header_height = 90; parent::__construct(); } /** * @return HiroshiCore_Divided_Header */ public static function get_instance() { if ( is_null( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
dashboard
---
0755
templates
---
0755
class-hiroshicore-divided-header.php
475 bytes
0644
helper.php
1741 bytes
0644
include.php
401 bytes
0644
N4ST4R_ID | Naxtarrr