add_setting( ASTRA_THEME_SETTINGS . '[footer-adv]', array( 'default' => astra_get_option( 'footer-adv' ), 'type' => 'option', 'sanitize_callback' => array( 'Astra_Customizer_Sanitizes', 'sanitize_choices' ), ) ); $wp_customize->add_control( new Astra_Control_Radio_Image( $wp_customize, ASTRA_THEME_SETTINGS . '[footer-adv]', array( 'type' => 'ast-radio-image', 'label' => __( 'Footer Widgets Layout', 'astra' ), 'section' => 'section-footer-adv', 'choices' => array( 'disabled' => array( 'label' => __( 'Disable', 'astra' ), 'path' => ASTRA_THEME_URI . '/assets/images/no-adv-footer-115x48.png', ), 'layout-4' => array( 'label' => __( 'Layout 4', 'astra' ), 'path' => ASTRA_THEME_URI . '/assets/images/layout-4-115x48.png', ), ), ) ) );