IAC::get_iac_ticket_field_slug_for_name()
Get the field slug to use for the IAC Name field.
Return
(string) The field slug to use for the IAC Name field.
Source
File: src/Tribe/Attendee_Registration/IAC.php
public function get_iac_ticket_field_slug_for_name() {
return $this->ticket_field_name_slug;
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |