Hooks::setup_attendance_totals( $event_id = null )
Sets up the Attendance Totals Class report with the Attendee Screen
Source
File: src/Tickets/Commerce/Hooks.php
public function setup_attendance_totals() {
$this->container->make( Reports\Attendance_Totals::class )->integrate_with_attendee_screen();
}
Changelog
| Version | Description |
|---|---|
| 5.8.2 | Add the $event_id parameter. |
| 5.1.9 | Introduced. |