Yoast\WP\SEO\AI\Content_Planner\Application
Content_Suggestion_Command::get_editor
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() Content Suggestion Command::get editor Yoast 27.7
public function get_editor(): string {
return $this->editor;
}