whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
customizer
/
header
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/customizer/header/general.php
<?php $section = 'header'; $priority = 1; $prefix = 'header_'; Medizin_Kirki::add_field( 'theme', array( 'type' => 'select', 'settings' => 'global_header', 'label' => esc_html__( 'Global Header Style', 'medizin' ), 'description' => esc_html__( 'Select default header style for your site.', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '01', 'choices' => Medizin_Header::instance()->get_list(), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => 'global_header_overlay', 'label' => esc_html__( 'Global Header Overlay', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => '0', 'choices' => array( '0' => esc_html__( 'No', 'medizin' ), '1' => esc_html__( 'Yes', 'medizin' ), ), ) ); Medizin_Kirki::add_field( 'theme', array( 'type' => 'radio-buttonset', 'settings' => 'global_header_skin', 'label' => esc_html__( 'Header Skin', 'medizin' ), 'section' => $section, 'priority' => $priority++, 'default' => 'dark', 'choices' => array( 'dark' => esc_html__( 'Dark', 'medizin' ), 'light' => esc_html__( 'Light', 'medizin' ), ), ) );
Copyright ©2021 || Defacer Indonesia