WordPress\AiClient\Tools\DTO

WebSearch::getAllowedDomainspublicWP 0.1.0

Gets the allowed domains.

Method of the class: WebSearch{}

No Hooks.

Returns

String[]. The allowed domains.

Usage

$WebSearch = new WebSearch();
$WebSearch->getAllowedDomains(): array;

Changelog

Since 0.1.0 Introduced.

WebSearch::getAllowedDomains() code WP 7.0

public function getAllowedDomains(): array
{
    return $this->allowedDomains;
}