'astra-pro', 'type' => 'section', 'ast_type' => 'astra-pro', 'title' => esc_html__( 'More Options Available in Astra Pro!', 'astra' ), 'pro_url' => esc_url( astra_get_upgrade_url( 'pricing' ) ), 'priority' => 1, 'section_callback' => 'Astra_Pro_Customizer', ), array( 'name' => ASTRA_THEME_SETTINGS . '[astra-pro-section-notice]', 'type' => 'control', 'transport' => 'postMessage', 'control' => 'ast-hidden', 'section' => 'astra-pro', 'priority' => 0, ), ); return array_merge( $configurations, $_configs ); } } } new Astra_Pro_Upgrade_Link_Configs();