Tribe__Tickets__RSVP::get_total_not_going( $event_id )
Return the “Not Going” RSVPs number on an event basis.
Contents
Parameters
- $event_id
-
(Required)
Return
(int)
Source
File: src/Tribe/RSVP.php
public function get_total_not_going( $event_id ) {
return $this->get_attendees_count_not_going( $event_id );
}
Changelog
| Version | Description |
|---|---|
| 4.8.2 | Introduced. |