Sindbad~EG File Manager

Current Path : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/
Upload File :
Current File : /home/xiedrke/entrepot/wp-content/themes/realpro/inc/admin/customizer-sections/general-sidebar.php

<?php

thim_customizer()->add_section(
	array(
		'id'       => 'thim_sidebar',
		'panel'    => 'general',
		'priority' => 95,
		'title'    => esc_html__( 'Sidebar', 'realpro' ),
	)
);

thim_customizer()->add_field(
	array(
		'id'       => 'enable_sticky_sidebar',
		'type'     => 'switch',
		'label'    => esc_html__( 'Enable Sticky Sidebar', 'realpro' ),
		'tooltip'  => esc_html__( 'Allows you to enable/disable fixed js for all sidebars.', 'realpro' ),
		'section'  => 'thim_sidebar',
		'default'  => true,
		'priority' => 0,
		'choices'  => array(
			true  => esc_html__( 'On', 'realpro' ),
			false => esc_html__( 'Off', 'realpro' ),
		),
	)
);

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists