Tribe__Field::html()

generate an html field

Contents


Return

(string) the field


Top ↑

Source

File: src/Tribe/Field.php

		public function html() {
			$field = $this->do_field_label();
			$field .= $this->html;

			return $field;
		}