Tribe__Tickets__RSVP::setup_attendance_totals( $event_id = null )
Adds RSVP attendance totals to the summary box of the attendance screen.
Expects to fire during ‘tribe_tickets_attendees_page_inside’, ie before the attendee screen is rendered.
Source
File: src/Tribe/RSVP.php
public function setup_attendance_totals() {
$this->attendance_totals()->integrate_with_attendee_screen();
}
Changelog
| Version | Description |
|---|---|
| 5.8.2 | Add the $event_id parameter |
| 4.2.4 | Introduced. |