Yoast\WP\SEO\AI\Generator\Domain

Suggestions_Parameters::get_prompt_contentpublicYoast 1.0

Returns the prompt content excerpt.

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

Хуков нет.

Возвращает

Строку. The prompt content.

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

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

Код Suggestions_Parameters::get_prompt_content() Yoast 28.3

public function get_prompt_content(): string {
	return $this->prompt_content;
}