Yoast\WP\SEO\AI\Generator\Domain
Suggestions_Parameters::get_prompt_content
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() Suggestions Parameters::get prompt content Yoast 28.3
public function get_prompt_content(): string {
return $this->prompt_content;
}