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 54c964a..dc2c4ed 100644 --- a/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php +++ b/wp-content/plugins/matthew-lms-mvp/matthew-lms-mvp.php @@ -1,7 +1,7 @@ [ 'name' => 'Onboarding Profiles', 'singular_name' => 'Onboarding Profile', - 'menu_name' => 'WAX Onboarding', + 'menu_name' => 'Unggul Onboarding', 'add_new_item' => 'Add Onboarding Profile', 'edit_item' => 'Review Onboarding Profile', ], @@ -55,7 +55,7 @@ add_action('wp_enqueue_scripts', function () { add_action('wp_head', function () { - $_SERVER['PROJECT_DESCRIPTION'] = 'WAX helps non-technical professionals become fluent in AI-powered work through guided lessons, practical workflows, and shareable credentials.'; + $_SERVER['PROJECT_DESCRIPTION'] = 'Unggul helps non-technical professionals become fluent in AI-powered work through guided lessons, practical workflows, and shareable credentials.'; }, 0); add_action('template_redirect', 'matthew_lms_mvp_maybe_handle_login_submission'); @@ -139,7 +139,7 @@ function matthew_lms_mvp_render_header(): string { $lessons_url = matthew_lms_mvp_public_url('platform/course/'); $public_links = [ 'Home' => matthew_lms_mvp_public_url(), - 'WAX Coach' => matthew_lms_mvp_public_url('career-coach/'), + 'Unggul Coach' => matthew_lms_mvp_public_url('career-coach/'), ]; $access_links = [ 'Profile' => $profile_url, @@ -153,8 +153,8 @@ function matthew_lms_mvp_render_header(): string { ?>