WordPress\AiClient\Providers\DTO

ProviderMetadata::getCredentialsUrlpublicWP 0.1.0

Gets the credentials URL.

Method of the class: ProviderMetadata{}

No Hooks.

Returns

String|null. The credentials URL.

Usage

$ProviderMetadata = new ProviderMetadata();
$ProviderMetadata->getCredentialsUrl(): ?string;

Changelog

Since 0.1.0 Introduced.

ProviderMetadata::getCredentialsUrl() code WP 7.0

public function getCredentialsUrl(): ?string
{
    return $this->credentialsUrl;
}