apply_filters( 'event_tickets_is_tpp_ticket_restricted', boolean $restricted , int $event_id , int $ticket_id , int $user_id )
Allow users to filter if this Event or Ticket has Restricted Tickets
Contents
Parameters
- $restricted
-
(boolean) Is this Event or Ticket Restricted?
- $event_id
-
(int) The Event/Post ID (optional)
- $ticket_id
-
(int) The Ticket/RSVP ID (optional)
- $user_id
-
(int) An User ID (optional)
Source
Changelog
| Version | Description |
|---|---|
| 4.7.1 | Introduced. |