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