Controller::add_attendee_registration_fields_apple_wallet_setting( array $fields )
Add attendee registration field setting to Apple Wallet passes settings.
Contents
Parameters
- $fields
-
(array) (Required) The fields.
Return
(array)
Source
File: src/Tickets_Plus/Integrations/Tickets_Wallet_Plus/Controller.php
public function add_attendee_registration_fields_apple_wallet_setting( $fields ): array {
return $this->container->make( Passes\Apple_Wallet\Settings::class )->add_attendee_registration_fields_setting( $fields );
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |