📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-26 11:52:56
📂
/
/
home
/
pallabnv
/
public_html
/
wp-content__3bb9dea
/
themes
/
berich
/
inc
/
classes
✏️
Editing: class-header.php
<?php if (!class_exists('Berich_Header')) { class Berich_Header { public function getHeader() { $header_layout = (int)berich()->get_opt('header_layout'); $header_layout_sticky = (int)berich()->get_opt('header_layout_sticky'); if ($header_layout <= 0 || !class_exists('Pxltheme_Core') || !is_callable( 'Elementor\Plugin::instance' )) { get_template_part( 'template-parts/header/default'); } else { $args = [ 'header_layout' => $header_layout, 'header_layout_sticky' => $header_layout_sticky ]; get_template_part( 'template-parts/header/elementor','', $args ); } } } }
💾 Save Changes
❌ Cancel