Skip to content

Kirby 5.0.4

$status->email()

Returns the email address of the current/pending user

$status->email(): string|null

Return types

stringornull

This method modifies the existing $status object it is applied to and returns it again.

Parent class

Kirby\Cms\Auth\Status