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