apply_filters( 'tec_tickets_attendees_event_details_top_label', string $label , int $event_id , WP_Post_Type|null )
Filters the label used in the Attendees page for the event post type.
Contents
Parameters
- $label
-
(string) The label used in the Attendees page for the event post type.
- $event_id
-
(int) The ID of the post the Attendees page is for.
-
(WP_Post_Type|null) The post type object.
Source
File: src/Tribe/Attendees.php
Changelog
| Version | Description |
|---|---|
| 5.8.0 | Introduced. |