Tribe__Tickets_Plus__Commerce__EDD__Promoter_Observer::checkin( int $attendee_id, bool|null $qr )

Listener when the “eddtickets_checkin” action is fired.


Parameters

$attendee_id

(int) (Required) The ID of the attendee utilized.

$qr

(bool|null) (Required) Whether it's from a QR scan.


Top ↑

Source

File: src/Tribe/Commerce/EDD/Promoter_Observer.php

	public function checkin( $attendee_id, $qr ) {
		$this->trigger( 'checkin', $attendee_id );
	}

Top ↑

Changelog

Changelog
Version Description
4.12.3 Introduced.