Controller::register_actions()
Register actions.
Return
(void)
Source
File: src/Events_Virtual/Integrations/Plugins/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', [ $this, 'add_link_to_pdf' ], 10, 3 );
}
Changelog
| Version | Description |
|---|---|
| 1.15.5 | Introduced. |