Controller::add_attendee_registration_fields_apple_pass_data( TECTickets_PlusIntegrationsTickets_Wallet_Plusarray $data, TECTickets_Wallet_PlusPassesApple_WalletPass $pass )

Add attendee registration fields to the Apple Wallet Pass.


Parameters

$data

(<span class="TECTickets_PlusIntegrationsTickets_Wallet_Plusarray">TECTickets_PlusIntegrationsTickets_Wallet_Plusarray) (Required) The Apple Pass data.

$pass

(TECTickets_Wallet_PlusPassesApple_WalletPass) (Required) The Apple Pass object.


Top ↑

Return

(array)


Top ↑

Source

File: src/Tickets_Plus/Integrations/Tickets_Wallet_Plus/Controller.php

	public function add_attendee_registration_fields_apple_pass_data( $data, $pass ): array {
		return $this->container->make( Passes\Apple_Wallet\Attendee_Registration_Fields_Data::class )->add_attendee_registration_fields_apple_pass_data( $data, $pass );
	}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.