apply_filters( 'tec_events_virtual_meetings_webex_meeting_show_password', boolean $should_show, WP_Post $event )

Filters whether the Webex password should be shown.


Parameters

$should_show

(boolean) Whether the password should be shown.

$event

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


Top ↑

Source

File: src/Tribe/Meetings/Webex/Event_Meta.php


Top ↑

Changelog

Changelog
Version Description
1.9.0 Introduced.