Webex_Provider::check_admin_webex_meeting( WP_Post $event )
Check Webex Meeting in the admin.
Contents
Parameters
- $event
-
(WP_Post) (Required) The event post object.
Return
(bool|void) Whether the update completed.
Source
File: src/Tribe/Meetings/Webex_Provider.php
public function check_admin_webex_meeting( $event ) {
return $this->container->make( Password::class )->check_admin_webex_meeting( $event );
}
Changelog
| Version | Description |
|---|---|
| 1.9.0 | Introduced. |