Yoast\WP\SEO\AI\Content_Planner\Application

Content_Outline_Command::get_recent_contentpublicYoast 1.0

Returns the recent content from the suggestions response.

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

Хуков нет.

Возвращает

Массив<Массив<Строку,. string|bool|array<string, int>>> The recent content.

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

$Content_Outline_Command = new Content_Outline_Command();
$Content_Outline_Command->get_recent_content(): array;

Код Content_Outline_Command::get_recent_content() Yoast 28.3

public function get_recent_content(): array {
	return $this->recent_content;
}