ASTRA_THEME_SETTINGS . '[edd-sidebar-layout]', 'type' => 'control', 'control' => 'ast-select', 'section' => 'section-sidebars', 'default' => astra_get_option( 'edd-sidebar-layout' ), 'priority' => 5, 'title' => __( 'Easy Digital Downloads', 'astra' ), 'choices' => array( 'default' => __( 'Default', 'astra' ), 'no-sidebar' => __( 'No Sidebar', 'astra' ), 'left-sidebar' => __( 'Left Sidebar', 'astra' ), 'right-sidebar' => __( 'Right Sidebar', 'astra' ), ), ), /** * Option: Single Product */ array( 'name' => ASTRA_THEME_SETTINGS . '[edd-single-product-sidebar-layout]', 'type' => 'control', 'control' => 'ast-select', 'default' => astra_get_option( 'edd-single-product-sidebar-layout' ), 'section' => 'section-sidebars', 'priority' => 5, 'title' => __( 'EDD Single Product', 'astra' ), 'choices' => array( 'default' => __( 'Default', 'astra' ), 'no-sidebar' => __( 'No Sidebar', 'astra' ), 'left-sidebar' => __( 'Left Sidebar', 'astra' ), 'right-sidebar' => __( 'Right Sidebar', 'astra' ), ), 'divider' => array( 'ast_class' => 'ast-bottom-divider' ), ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Edd_Sidebar_Configs();