apply_filters( 'tribe_display_rsvp_block_tickets_left_threshold', int $threshold, array $data, int $post_id )

Overwrites the threshold to display “# tickets left”.


Parameters

$threshold

(int) Stock threshold to trigger display of "# tickets left"

$data

(array) Ticket data.

$post_id

(int) WP_Post/Event ID.


Top ↑

Source

File: src/views/tickets/rsvp.php


Top ↑

Changelog

Changelog
Version Description
4.11.1 Introduced.