Yoast\WP\SEO\AI\Content_Planner\Domain

Content_Suggestion_Response::get_suggestionspublicYoast 1.0

Returns the content suggestions.

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

Хуков нет.

Возвращает

Content_Suggestion_List. The content suggestions.

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

$Content_Suggestion_Response = new Content_Suggestion_Response();
$Content_Suggestion_Response->get_suggestions(): Content_Suggestion_List;

Код Content_Suggestion_Response::get_suggestions() Yoast 28.3

public function get_suggestions(): Content_Suggestion_List {
	return $this->suggestions;
}