Yoast\WP\SEO\AI\Generator\Domain

Suggestions_Parameters::get_platformpublicYoast 1.0

Returns the platform.

Метод класса: Suggestions_Parameters{}

Хуков нет.

Возвращает

Строку. The platform.

Использование

$Suggestions_Parameters = new Suggestions_Parameters();
$Suggestions_Parameters->get_platform(): string;

Код Suggestions_Parameters::get_platform() Yoast 28.3

public function get_platform(): string {
	return $this->platform;
}