apply_filters( 'tec_events_virtual_zoom_meeting_link_creation_urls', TribeEventsVirtualMeetingsZoomarray<string,array<string>> , WP_Post $post )
Allows filtering the creation links URL and label before rendering them on the admin UI.
Contents
Parameters
-
(<span class="TribeEventsVirtualMeetingsZoomarray<string,array>">TribeEventsVirtualMeetingsZoomarray<string,array>) A map (by meeting type) of unpackable arrays, each one containing the URL and label for the creation link HTML code.
- $post
-
(WP_Post) The post object of the Event context of the link creation.
Source
Changelog
| Version | Description |
|---|---|
| 1.8.2 | Introduced. |