apply_filters( 'tribe_events_virtual_meetings_zoom_meeting_include_password', boolean $include_password , WP_Post $event )
Filters the Zoom meeting link show with the password for all site visitors.
Contents
Parameters
- $include_password
-
(boolean) Whether a user is logged in.
- $event
-
(WP_Post) The event post object, as decorated by the
tribe_get_eventfunction.
Source
Changelog
| Version | Description |
|---|---|
| 1.0.2 | Introduced. |