Abstract_API_Key_Api::is_ready()
Checks whether the current API is ready to use.
Return
(bool) Whether the current API has a loaded api_key.
Source
File: src/Common/Event_Automator/Zapier/Abstract_API_Key_Api.php
public function is_ready() {
return ! empty( $this->api_key_loaded );
}
Changelog
| Version | Description |
|---|---|
| 6.0.0 | Introduced. |