Hooks::maybe_send_tickets_after_status_change( int $event_id )

Fully here for compatibility initially to reduce complexity on the Module.


Parameters

$event_id

(int) (Required) Which ID we are triggering changes to.


Top ↑

Source

File: src/Tickets/Commerce/Hooks.php

	public function maybe_send_tickets_after_status_change( $event_id ) {
		$this->container->make( Attendee::class )->maybe_send_tickets_after_status_change( $event_id );
	}

Top ↑

Changelog

Changelog
Version Description
5.1.9 Introduced.