'section-below-header', 'type' => 'section', 'title' => __( 'Below Header', 'astra-addon' ), 'panel' => 'panel-header-group', 'priority' => 30, ), array( 'name' => 'section-above-header', 'type' => 'section', 'title' => __( 'Above Header', 'astra-addon' ), 'panel' => 'panel-header-group', 'priority' => 20, ), /* * Update the Above Header section * * @since 1.4.0 */ array( 'name' => 'section-mobile-header-above-header', 'type' => 'section', 'priority' => 5, 'title' => __( 'Above Header', 'astra-addon' ), 'section' => 'section-mobile-header', ), /* * Update the Below Header section * * @since 1.4.0 */ array( 'name' => 'section-mobile-header-below-header', 'priority' => 15, 'type' => 'section', 'title' => __( 'Below Header', 'astra-addon' ), 'section' => 'section-mobile-header', ), ); return array_merge( $configurations, $_config ); } } } new Astra_Header_Section_Panels_Configs();