WordPress\AiClient\Providers\Contracts
ProviderAvailabilityInterface::isConfigured
Checks if the provider is configured.
Method of the class: ProviderAvailabilityInterface{}
No Hooks.
Returns
true|false. True if the provider is configured and available, false otherwise.
Usage
$ProviderAvailabilityInterface = new ProviderAvailabilityInterface(); $ProviderAvailabilityInterface->isConfigured(): bool;
Changelog
| Since 0.1.0 | Introduced. |
ProviderAvailabilityInterface::isConfigured() ProviderAvailabilityInterface::isConfigured code WP 7.0
public function isConfigured(): bool;