'ast-surecart', 'type' => 'panel', 'priority' => 69, 'title' => __( 'SureCart', 'astra' ), ), ); $surecart_post_types = array( 'sc_product' => array( 'name' => 'section-posttype-sc_product', 'type' => 'section', 'panel' => 'ast-surecart', 'title' => __( 'Products', 'astra' ), 'priority' => 68, ), 'sc_collection' => array( 'name' => 'section-posttype-sc_collection', 'type' => 'section', 'panel' => 'ast-surecart', 'title' => __( 'Collection', 'astra' ), 'priority' => 68, ), 'sc_upsell' => array( 'name' => 'section-posttype-sc_upsell', 'type' => 'section', 'panel' => 'ast-surecart', 'title' => __( 'Upsell', 'astra' ), 'priority' => 68, ), ); $configurations = array_merge( $configurations, $_configs, array_values( $surecart_post_types ) ); return $configurations; } } } new Astra_Customizer_Register_Surecart_Section();