Yoast\WP\SEO\AI\Content_Planner\Application

Content_Suggestion_Command::get_editorpublicYoast 1.0

Returns the editor.

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

Хуков нет.

Возвращает

Строку. The editor.

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

$Content_Suggestion_Command = new Content_Suggestion_Command();
$Content_Suggestion_Command->get_editor(): string;

Код Content_Suggestion_Command::get_editor() Yoast 27.7

public function get_editor(): string {
	return $this->editor;
}