8
This commit is contained in:
parent
cc3eca3928
commit
ff8df3f946
@ -744,7 +744,7 @@ function matthew_lms_mvp_render_signup_success(array $result): string {
|
||||
<span><b>Email</b> <?php echo esc_html($result['email']); ?></span>
|
||||
<span><b>Role</b> <?php echo esc_html($result['role']); ?></span>
|
||||
</div>
|
||||
<div class="mlms-actions"><a class="mlms-btn mlms-btn-primary" href="<?php echo esc_url($result['redirect'] ?? matthew_lms_mvp_public_url('platform/')); ?>">Continue to WAX →</a><a class="mlms-btn mlms-btn-secondary" href="<?php echo esc_url(matthew_lms_mvp_public_url('career-coach/')); ?>">Try Free Career Coach</a></div>
|
||||
<div class="mlms-actions"><a class="mlms-btn mlms-btn-primary" href="<?php echo esc_url($result['redirect'] ?? matthew_lms_mvp_public_url('platform/')); ?>">Go to profile →</a><a class="mlms-btn mlms-btn-secondary" href="<?php echo esc_url(matthew_lms_mvp_public_url('platform/course/')); ?>">Start training</a></div>
|
||||
</div>
|
||||
<div class="mlms-ai-profile">
|
||||
<div class="mlms-ai-profile-orb" aria-hidden="true">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user