first_name ?: $user->display_name;
$email = $user->user_email;
$avatar = get_avatar_url($email, [‘size’ => 48]);
$hour = intval(current_time(‘H’));
if ($hour < 12) { $greet = 'Good Morning'; }
elseif ($hour < 17) { $greet = 'Good Afternoon'; }
else { $greet = 'Good Evening'; }
$messages = ['You are doing amazing!','Keep going, one small step at a time.','Your curiosity is your superpower!','Proud of your progress!'];
$message = $messages[array_rand($messages)];
?>
, ! 👋
Study Room
Day 12 · Goal: 20 min today ✨