Event_Meta::add_event_properties( WP_Post $event )

Adds Zoom Meeting related properties to an event post object.


Parameters

$event

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


Top ↑

Return

(WP_Post) The decorated event post object, with Zoom related properties added to it.


Top ↑

Source

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


			

Top ↑

Changelog

Changelog
Version Description
1.0.0 Introduced.