Yoast\WP\SEO\AI\Content_Planner\Application

Content_Outline_Command::get_categorypublicYoast 1.0

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() Yoast 27.7

public function get_category(): Category {
	return $this->category;
}