apply_filters( 'tribe_display_rsvp_block_tickets_left_threshold', int $threshold , array $data , int $post_id )
Overwrites the threshold to display “# tickets left”.
Contents
Parameters
- $threshold
-
(int) Stock threshold to trigger display of "# tickets left"
- $data
-
(array) Ticket data.
- $post_id
-
(int) WP_Post/Event ID.
Source
Changelog
| Version | Description |
|---|---|
| 4.11.1 | Introduced. |