Yoast\WP\SEO\Dashboard\Domain\Content_Types
Content_Type::get_taxonomy()
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() Content Type::get taxonomy Yoast 24.3
public function get_taxonomy(): ?Taxonomy { return $this->taxonomy; }