ASTRA_THEME_SETTINGS . '[learndash-content-layout]', 'type' => 'control', 'control' => 'ast-select', 'section' => 'section-container-layout', 'default' => astra_get_option( 'learndash-content-layout' ), 'priority' => 68, 'title' => __( 'LearnDash Layout', 'astra' ), 'description' => __( 'Will be applied to All Single Courses, Topics, Lessons and Quizzes. Does not work on pages created with LearnDash shortcodes.', 'astra' ), 'choices' => array( 'default' => __( 'Default', 'astra' ), 'boxed-container' => __( 'Boxed', 'astra' ), 'content-boxed-container' => __( 'Content Boxed', 'astra' ), 'plain-container' => __( 'Full Width / Contained', 'astra' ), 'page-builder' => __( 'Full Width / Stretched', 'astra' ), ), ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Learndash_Container_Configs();