array( 'setting' => array(), 'control' => array( 'type' => 'parent_heading', 'priority' => 1, 'label' => esc_html__( 'General Settings', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), // Animation. 'bluestick_animation_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Site Animation Enable/Disable', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), // Loading Icon. 'bluestick_loading_icon_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 5, 'label' => esc_html__( 'Loading Icon Enable/Disable', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), // Go To Top Icon. 'bluestick_goto_top_icon_enabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 20, 'label' => esc_html__( 'Go To Top Icon Enable/Disable', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), // WOO Cart Icon. 'bluestick_cart_icon_enabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 30, 'label' => esc_html__( 'WOO Cart Icon Enable/Disable', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), // background elements. 'bluestick_bg_elements_enabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'bluestick_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 50, 'label' => esc_html__( 'Background Elements Enable/Disable', 'bluestick' ), 'section' => 'bluestick_theme_general', ), ), ); } } new bluestick_Customize_General_Option(); endif;