Tribe__Field::email()
Generate an email address field
Return
(string) The field
Source
File: src/Tribe/Field.php
public function email() {
$this->value = trim( $this->value );
return $this->text();
}
Changelog
| Version | Description |
|---|---|
| 4.7.4 | Introduced. |