Controller::register_actions()
Register actions.
Return
(void)
Source
File: src/Tickets_Plus/Integrations/Tickets_Wallet_Plus/Controller.php
public function register_actions(): void {
add_action( 'tribe_template_after_include:tickets-wallet-plus/pdf/pass/styles', [ $this, 'add_styles_to_pdf' ], 10, 3 );
add_action( 'tribe_template_after_include:tickets-wallet-plus/pdf/pass/body/ticket-info/attendee-details', [ $this, 'add_attendee_fields_to_pdf' ], 10, 3 );
}
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |