apply_filters( 'tec_events_virtual_meetings_webex_meeting_show_password', boolean $should_show , WP_Post $event )
Filters whether the Webex password should be shown.
Contents
Parameters
- $should_show
-
(boolean) Whether the password should be shown.
- $event
-
(WP_Post) The event post object, as decorated by the
tribe_get_eventfunction.
Source
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |