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.


Parameters

$include_password

(boolean) Whether a user is logged in.

$event

(WP_Post) The event post object, as decorated by the tribe_get_event function.


Top ↑

Source

File: src/Tribe/Meetings/Zoom/Password.php


Top ↑

Changelog

Changelog
Version Description
1.0.2 Introduced.