IAC::get_iac_ticket_field_slug_for_email()

Get the field slug to use for the IAC Email field.


Return

(string) The field slug to use for the IAC Email field.


Top ↑

Source

File: src/Tribe/Attendee_Registration/IAC.php

	public function get_iac_ticket_field_slug_for_email() {
		return $this->ticket_field_email_slug;
	}

Top ↑

Changelog

Changelog
Version Description
5.1.0 Introduced.