apply_filters( 'tribe_events_eventbrite_iframe_height', int $iframe_height, int $post_id, object $event, int $num_visible_tickets )

Sets the height of the event ticket iFrame.


Parameters

$iframe_height

(int) Height of the iFrame.

$post_id

(int) Post ID for this event.

$event

(object) The event object retrieved from the Eventbrite API.

$num_visible_tickets

(int) Number of tickets this event has.


Top ↑

Source

File: src/Tribe/Template.php