Event_Meta::add_event_properties( WP_Post $event )
Adds Zoom Meeting related properties to an event post object.
Contents
Parameters
- $event
-
(WP_Post) (Required) The event post object, as decorated by the
tribe_get_eventfunction.
Return
(WP_Post) The decorated event post object, with Zoom related properties added to it.
Source
File: src/Tribe/Meetings/Zoom/Event_Meta.php
Changelog
| Version | Description |
|---|---|
| 1.0.0 | Introduced. |