Tribe__Field::do_field_append()

Returns the html appended to the fieldset’s end


Return

(string) the field append.


Top ↑

Source

File: src/Tribe/Field.php

		public function do_field_append(): string {
			if ( empty( $this->append ) ) {
				return '';
			}

			return $this->append;
		}

Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.