array( 'setting' => array(), 'control' => array( 'type' => 'heading', 'priority' => 1, 'label' => esc_html__( 'General Settings', 'arilewp' ), 'section' => 'arilewp_theme_general', ), ), 'arilewp_animation_disabled' => array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'ArileWP_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 2, 'label' => esc_html__( 'Site Animation Enable/Disable', 'arilewp' ), 'section' => 'arilewp_theme_general', ), ), ); } } new ArileWP_Customize_General_Option(); endif;