apply_filters( 'tribe_tickets_modal_setting', boolean $option, int|WP_Post|null $post )

Allow filtering of the modal setting, on a post-by-post basis if desired.


Parameters

$option

(boolean) The option value from ticket settings.

$post

(int|WP_Post|null) The passed post or null if none passed.


Top ↑

Source

File: src/Tribe/Attendee_Registration/Main.php


Top ↑

Changelog

Changelog
Version Description
4.11.0 Introduced.