HEX
Server: LiteSpeed
System: Linux dal1.hostclusters.com 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
User: vslw (1496)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/vslw/public_html/wp-content/themes/soledad/inc/installations/templates/done.php
<?php
update_option( 'soledad_setup_status', 'done', false );
?>
<div class="soledad-wizard-content-inner soledad-wizard-done">
	<div class="soledad-wizard-logo">
		<img src="<?php echo esc_url( PENCI_SOLEDAD_URL . '/images/penci-logo-themeforest.png' ); ?>" alt="logo">
	</div>

	<h3>
		<?php esc_html_e( 'Everything is ready!', 'soledad' ); ?>
	</h3>

	<p>
		<?php
		esc_html_e(
			'Congratulations! The theme has been installed successfully, and you’re all set to begin creating your stunning website. Enjoy full control over design and layout, allowing you to build a site that truly reflects your unique vision.',
			'soledad'
		);
		?>
	</p>

	<div class="soledad-wizard-buttons">
		<a class="penci-install-btn penci-install-color-alt penci-install-i-view" href="<?php echo esc_url( admin_url() ); ?>">
			<?php esc_html_e( 'Return to Dashboard', 'soledad' ); ?>
		</a>
		
		<a class="penci-install-btn penci-install-color-primary penci-install-i-view" href="<?php echo esc_url( get_home_url() ); ?>">
			<?php esc_html_e( 'View Site', 'soledad' ); ?>
		</a>

		<a class="penci-install-inline-btn penci-install-i-theme-settings" href="<?php echo esc_url( admin_url( 'customize.php' ) ); ?>">
			<?php esc_html_e( 'Customizations', 'soledad' ); ?>
		</a>
	</div>
</div>