Abstract_Meetings::filter_virtual_autodetect_webex( TribeEventsVirtualMeetingsWebexarray $autodetect, string $video_url, string $video_source, WP_Post|null $event, TribeEventsVirtualMeetingsWebexarray $ajax_data )
Filter the autodetect source to detect if a Webex link.
Contents
Parameters
- $autodetect
-
(<span class="TribeEventsVirtualMeetingsWebexarrayTribeEventsVirtualMeetingsWebexarray<string|">TribeEventsVirtualMeetingsWebexmixed>) (Required) An array of the autodetect defaults.
- $video_url
-
(string) (Required) The url to use to autodetect the video source.
- $video_source
-
(string) (Required) The optional name of the video source to attempt to autodetect.
- $event
-
(WP_Post|null) (Required) The event post object, as decorated by the
tribe_get_eventfunction. - $ajax_data
-
(<span class="TribeEventsVirtualMeetingsWebexarrayTribeEventsVirtualMeetingsWebexarray<string|">TribeEventsVirtualMeetingsWebexmixed>) (Required) An array of extra values that were sent by the ajax script.
Return
(TribeEventsVirtualMeetingsWebexarray<string|TribeEventsVirtualMeetingsWebexmixed>) An array of the autodetect results.
Source
File: src/Tribe/Meetings/Webex/Abstract_Meetings.php
abstract public function filter_virtual_autodetect_webex( $autodetect, $video_url, $video_source, $event, $ajax_data );
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |