Controller::register_actions()

Register actions.


Return

(void)


Top ↑

Source

File: src/Events/Integrations/Plugins/Tickets_Wallet_Plus/Controller.php

	public function register_actions() {
		add_action( 'tribe_template_after_include:tickets-wallet-plus/pdf/pass/styles', [ $this, 'add_styles_to_pdf' ], 10, 3 );
		add_action( 'tribe_template_before_include:tickets-wallet-plus/pdf/pass/body/sidebar', [ $this, 'add_venue_to_pdf' ], 10, 3 );
		add_action( 'tribe_template_before_include:tickets-wallet-plus/pdf/pass/body/post-title', [ $this, 'add_event_date_to_pdf' ], 10, 3 );
	}

Top ↑

Changelog

Changelog
Version Description
6.2.8 Introduced.