'section-lifterlms-general', 'type' => 'section', 'title' => __( 'General', 'astra-addon' ), 'section' => 'section-lifterlms', 'priority' => 0, ), /** * Course / Lesson Section */ array( 'name' => 'section-lifterlms-course-lesson', 'type' => 'section', 'priority' => 5, 'title' => __( 'Course / Lesson', 'astra-addon' ), 'section' => 'section-lifterlms', ), ); return array_merge( $configurations, $_configs ); } } } /** * Kicking this off by calling 'get_instance()' method */ new Astra_Customizer_Lifterlms_Panels_And_Sections();