Yoast\WP\SEO\AI\Content_Planner\Application
Content_Outline_Command::get_title
Returns the title.
Метод класса: Content_Outline_Command{}
Хуков нет.
Возвращает
Строку. The title.
Использование
$Content_Outline_Command = new Content_Outline_Command(); $Content_Outline_Command->get_title(): string;
Код Content_Outline_Command::get_title() Content Outline Command::get title Yoast 27.7
public function get_title(): string {
return $this->title;
}