Controller::add_attendee_meta_to_sample_pdf( array $context )

Add attendee meta to Sample PDF.


Parameters

$context

(array) (Required) Path to the file.


Top ↑

Return

(array)


Top ↑

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 );
	}

Top ↑

Changelog

Changelog
Version Description
5.8.0 Introduced.