Tribe__Field::do_field_append()
Returns the html appended to the fieldset’s end
Return
(string) the field append.
Source
File: src/Tribe/Field.php
public function do_field_append(): string {
if ( empty( $this->append ) ) {
return '';
}
return $this->append;
}
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |