From 85b5383b22c1fff40d50bcd37011b5f35536cae8 Mon Sep 17 00:00:00 2001 From: Flatlogic Bot Date: Mon, 8 Jun 2026 09:14:49 +0000 Subject: [PATCH] Revert to version 191008b --- wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php b/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php index fc2a0b2..896d1e2 100644 --- a/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php +++ b/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php @@ -137,12 +137,9 @@ function matthew_lms_mvp_render_header(): string { $links = [ 'Home' => matthew_lms_mvp_public_url(), 'WAX Coach' => matthew_lms_mvp_public_url('career-coach/'), + 'Profile' => matthew_lms_mvp_member_access_url('platform/'), + 'Course' => matthew_lms_mvp_member_access_url('platform/course/'), ]; - - if (is_user_logged_in()) { - $links['Profile'] = matthew_lms_mvp_public_url('platform/'); - $links['Course'] = matthew_lms_mvp_public_url('platform/course/'); - } $login_url = add_query_arg('redirect_to', rawurlencode(matthew_lms_mvp_public_url('platform/')), matthew_lms_mvp_public_url('log-in/')); ob_start(); ?>