do_action( 'tribe_report_page_after_text_label', int $event_id , Tribe__Tickets__Attendees $attendees )
Add an action to render content after text title.
Contents
Parameters
- $event_id
-
(int) Post ID.
- $attendees
-
(Tribe__Tickets__Attendees) The attendees object.
Source
Changelog
| Version | Description |
|---|---|
| 5.1.7 | Added the attendees information. |
| 5.1.0 | Introduced. |