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.


Top ↑

Source

File: src/Tribe/Attendee_Registration/IAC.php

	public function get_iac_ticket_field_slug_for_name() {
		return $this->ticket_field_name_slug;
	}

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.