Account_API::is_ready()
Checks whether the current Zoom API is ready to use.
Return
(bool) Whether the current Zoom API has a loaded account.
Source
File: src/Tribe/Meetings/Zoom/Account_API.php
public function is_ready() {
return ! empty( $this->account_loaded );
}
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |