do_action( 'event_tickets_rsvp_after_attendee_update', int $attendee_id , int $post_id , string $attendee_status )
An Action fired when an RSVP is updated.
Contents
Parameters
- $attendee_id
-
(int) The attendee ID.
- $post_id
-
(int) The event/post ID.
- $attendee_status
-
(string) The status of the attendee, either yes or no.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.0 | Introduced. |