$user->firstName()
Returns the user's first name
-
return (string)
Example
<?= $site->user('bastian')->firstName() ?>
Is something missing or incorrect? Edit this page on Github…
Returns the user's first name
<?= $site->user('bastian')->firstName() ?>