Controller::add_attendee_meta_to_sample_pdf( array $context )
Add attendee meta to Sample PDF.
Contents
Parameters
- $context
-
(array) (Required) Path to the file.
Return
(array)
Source
File: src/Tickets_Plus/Integrations/Tickets_Wallet_Plus/Controller.php
public function add_attendee_meta_to_sample_pdf( $context ): array {
return $this->container->make( Passes\Pdf::class )->add_attendee_meta_to_sample( $context );
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |