$user->email()
Returns the user email address
$user->email(): string|null
Return types
string
ornull
This method modifies the existing $user
object it is applied to and returns it again.
Parent class
Examples
<?= $kirby->user('bastian@example.com')->email() ?>