get( 'Name' ); // Prepare the sentence with the theme name $text_with_theme = sprintf( __( 'Your site was set up with the "%s" theme and the plugins you selected were installed and activated.', 'onecom-wp' ), esc_html( $theme_name ) ); if ( $onboarding_flow === 'oci-wp-install' ) { $image = ONECOM_WP_URL . '/modules/home/assets/tiles/welcome-modal-two.svg'; $text_below = __( 'We added custom, AI-generated texts to your website to help you get started.', 'onecom-wp' ); } elseif ( $onboarding_flow === 'demo_import' || $onboarding_flow === 'demo_import_classic' ) { $image = ONECOM_WP_URL . '/modules/home/assets/tiles/welcome-modal.svg'; $text_below = __( 'We added demo content to your website to help you get started.', 'onecom-wp' ); } elseif ( $onboarding_flow === 'fast_track' ) { $image = ONECOM_WP_URL . '/modules/home/assets/tiles/welcome-modal.svg'; $text_with_theme = sprintf( __( 'Your site was set up with the "%s" theme.', 'onecom-wp' ), esc_html( $theme_name ) ); $text_below = ''; } else { $image = ONECOM_WP_URL . '/modules/home/assets/tiles/welcome-modal.svg'; $text_below = ''; } if ( ! $onboarding_flow ) { return; } ?>