'section-edd-general', 'title' => __( 'General', 'astra-addon' ), 'type' => 'section', 'section' => 'section-edd-group', 'priority' => 5, ), /** * Section Checkout Page */ array( 'name' => 'section-edd-checkout-page', 'priority' => 25, 'title' => __( 'Checkout Page', 'astra-addon' ), 'type' => 'section', 'section' => 'section-edd-group', ), ); $configurations = array_merge( $configurations, $_configs ); return $configurations; } } } new Astra_Edd_Panels_And_Sections();