Skip to content

Kirby 4.1.2

Html::email()

Generates an <a> tag with mailto:

Html::email(string $email, array|string|null $text = null, array $attr = [ ]): string

Parameters

Name Type Default Description
$email * string The email address
$text array|string|null null The optional text; if null, the email address will be used as text
$attr array [ ] Additional attributes for the tag

Return type

string

Parent class

Kirby\Cms\Html inherited from Kirby\Toolkit\Html