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