❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$user->firstName()
Returns the user's first name
return
(string)
Example
<?= $site->user('bastian')->firstName() ?>
↑
Cheat Sheet overview
←
$user->exists()
→
$user->gravatar($size = 256)
↓
Back to Cheat Sheet section
Top