Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
header
/
layouts
/
switch
/
File Content:
class-hiroshicore-switch-header.php
<?php class HiroshiCore_Switch_Header extends HiroshiCore_Header { private static $instance; public function __construct() { $this->set_layout( 'switch' ); $this->set_search_layout( 'fullscreen' ); $this->default_header_height = 280; parent::__construct(); } public static function get_instance() { if ( is_null( self::$instance ) ) { self::$instance = new self(); } return self::$instance; } public function enqueue_additional_assets() { wp_enqueue_style( 'perfect-scrollbar', HIROSHI_CORE_URL_PATH . 'assets/plugins/perfect-scrollbar/perfect-scrollbar.css', array() ); wp_enqueue_script( 'perfect-scrollbar', HIROSHI_CORE_URL_PATH . 'assets/plugins/perfect-scrollbar/perfect-scrollbar.jquery.min.js', array( 'jquery' ), false, true ); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
dashboard
---
0755
templates
---
0755
class-hiroshicore-switch-header.php
780 bytes
0644
helper.php
2084 bytes
0644
include.php
385 bytes
0644
N4ST4R_ID | Naxtarrr