Yoast\WP\SEO\Dashboard\Domain\Content_Types

Content_Type::get_taxonomy()publicYoast 1.0

Gets the taxonomy that filters the content type.

Метод класса: Content_Type{}

Хуков нет.

Возвращает

Taxonomy|null. The taxonomy that filters the content type.

Использование

$Content_Type = new Content_Type();
$Content_Type->get_taxonomy(): ?Taxonomy;

Код Content_Type::get_taxonomy() Yoast 24.3

public function get_taxonomy(): ?Taxonomy {
	return $this->taxonomy;
}