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.


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.


Top ↑

Source

File: src/Tribe/Repositories/Attendee/RSVP.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.