Tribe__Tickets_Plus__Commerce__WooCommerce__Promoter_Observer::checkin( int $attendee_id, bool|null $qr )
Listener for “wootickets_checkin” action.
Topics
Parameters #
- $attendee_id
-
(int) (Required) The ID of the attendee utilized.
- $qr
-
(bool|null) (Required) Whether it's from a QR scan.
Source #
File: src/Tribe/Commerce/WooCommerce/Promoter_Observer.php
public function checkin( $attendee_id, $qr ) { $this->trigger( 'checkin', $attendee_id ); }
Changelog #
Version | Description |
---|---|
4.12.3 | Introduced. |