Controller::add_event_date_to_apple_pass_data( array $data, TECTickets_Wallet_PlusPassesApple_WalletPass $pass )
Add Event Data to the Apple Wallet Pass.
Contents
Parameters
- $data
-
(array) (Required) The Apple Pass data.
- $pass
-
(TECTickets_Wallet_PlusPassesApple_WalletPass) (Required) The Apple Pass object.
Source
File: src/Events/Integrations/Plugins/Tickets_Wallet_Plus/Controller.php
public function add_event_date_to_apple_pass_data( $data, $pass ) {
return $this->container->make( Passes\Apple_Wallet\Event_Modifier::class )->include_event_data( $data, $pass );
}
Changelog
| Version | Description |
|---|---|
| 6.2.8 | Introduced. |