[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.138.137.150: ~ $
<?php
Redux::setSection($opt_name, array(
   'icon'   => 'el-icon-th-list',
   'title'  => esc_html__('Page Options', 'zilom'),
   'fields' => array(
      array(
         'id'        => 'default_show_page_heading',
         'type'      => 'button_set',
         'title'     => esc_html__('Default Show Page Heading', 'zilom'),
         'subtitle'  => esc_html__('Choose the default state for the page heading, shown/hidden.', 'zilom'),
         'options'   => array(
            '1' => esc_html__('On', 'zilom'),
            '0' => esc_html__('Off', 'zilom')
         ),
         'default'   => '1'
      ),
      array(
         'id'        => 'default_sidebar_config',
         'type'      => 'select',
         'title'     => esc_html__('Default Page Sidebar Config', 'zilom'),
         'subtitle'  => esc_html__('Choose the default sidebar config for pages', 'zilom'),
         'options'   => array(
            'no-sidebars'     => esc_html__('No Sidebars', 'zilom'),
            'left-sidebar'    => esc_html__('Left Sidebar', 'zilom'),
            'right-sidebar'   => esc_html__('Right Sidebar', 'zilom')
         ),
         'default' => 'no-sidebars'
      ),
      array(
         'id'        => 'default_left_sidebar',
         'type'      => 'select',
         'title'     => esc_html__('Default Page Left Sidebar', 'zilom'),
         'subtitle'  => esc_html__('Choose the default left sidebar for pages', 'zilom'),
         'data'      => 'sidebars',
         'default'   => 'sidebar-1'
      ),
      array(
         'id'        => 'default_right_sidebar',
         'type'      => 'select',
         'title'     => esc_html__('Default Page Right Sidebar', 'zilom'),
         'subtitle'  => esc_html__('Choose the default right sidebar for pages', 'zilom'),
         'data'      => 'sidebars',
         'default'   => 'sidebar-1'
      ),
       array(
         'id'     => 'register_page_info',
         'type'   => 'info',
         'icon'   => true,
         'raw'    => '<h3 class="margin-bottom-0">' . esc_html__('Register Page Settings', 'tevily') . '</h3>',
      ),
      array(
         'id'        => 'register_image',
         'type'      => 'media',
         'url'       => true,
         'title'     => esc_html__('Register Image', 'tevily'),
         'default'   => '',
      ),
   )
));  

Filemanager

Name Type Size Permission Actions
init.php File 6.14 KB 0644
opts-blog.php File 4.23 KB 0644
opts-breadcrumb.php File 2.7 KB 0644
opts-course.php File 3.43 KB 0644
opts-footer.php File 835 B 0644
opts-general.php File 1.58 KB 0644
opts-header.php File 1.84 KB 0644
opts-page.php File 2.26 KB 0644
opts-portfolio.php File 5.1 KB 0644
opts-styling.php File 3.22 KB 0644
opts-typography.php File 2.52 KB 0644
opts-woo.php File 8.3 KB 0644