Tribe__Field::email()

Generate an email address field


Return

(string) The field


Top ↑

Source

File: src/Tribe/Field.php

		public function email() {
			$this->value = trim( $this->value );
			return $this->text();
		}

Top ↑

Changelog

Changelog
Version Description
4.7.4 Introduced.