Account_API::supports_webinars()
Checks whether the current Zoom account supports webinars.
Return
(boolean) Whether the current Zoom account supports webinars.
Source
File: src/Tribe/Meetings/Zoom/Account_API.php
public function supports_webinars() {
return ! empty( $this->supports_webinars );
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |