array( 'setting' => array( 'default' => true, 'sanitize_callback' => array( 'ArileWP_Customizer_Sanitize', 'sanitize_checkbox' ), ), 'control' => array( 'type' => 'toggle', 'priority' => 10, 'label' => esc_html__( 'Footer Widget Area Enable/Disable', 'arilewp' ), 'section' => 'arilewp_footer_widgets', ), ), 'arilewp_footer_container_size' => array( 'setting' => array( 'default' => 'container-full', 'sanitize_callback' => array( 'ArileWP_Customizer_Sanitize', 'sanitize_radio' ), ), 'control' => array( 'type' => 'radio', 'priority' => 25, 'is_default_type' => true, 'label' => esc_html__( 'Container Width', 'arilewp' ), 'section' => 'arilewp_footer_widgets', 'choices' => array( 'container' => esc_html__( 'Container', 'arilewp' ), 'container-full' => esc_html__( 'Container Full', 'arilewp' ), ), ), ), ); } } new ArileWP_Customize_Footer_Widget_Option(); endif;