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