Tribe__Tickets__Attendees::get_checkedin_total()

Get Check In Total.


Return

(int)


Top ↑

Source

File: src/Tribe/Attendees.php

	public function get_checkedin_total(): int {
		return (int) Tribe__Tickets__Main::instance()->attendance_totals()->get_total_checked_in();
	}

Top ↑

Changelog

Changelog
Version Description
5.6.5 Introduced.