WordPress\AiClient\Providers\DTO

ProviderMetadata::getLogoPathpublicWP 1.3.0

Gets the full path to the provider's logo image file.

Method of the class: ProviderMetadata{}

No Hooks.

Returns

String|null. The full path to the logo image file.

Usage

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

Changelog

Since 1.3.0 Introduced.

ProviderMetadata::getLogoPath() code WP 7.0

public function getLogoPath(): ?string
{
    return $this->logoPath;
}