getCurrentStep(); $steps = $class->onboardingSteps(); $total_steps = count($steps); if ($current_step === $total_steps) update_option('sync_basalam_onboarding_completed', true); require_once syncBasalamPlugin()->templatePath('/admin/onboarding/template-onboarding-page.php'); } }