Yoast\WP\SEO\Dashboard\Domain\Taxonomies

Taxonomy::get_name()publicYoast 1.0

Returns the name of the taxonomy.

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

Хуков нет.

Возвращает

Строку. The name of the taxonomy.

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

$Taxonomy = new Taxonomy();
$Taxonomy->get_name(): string;

Код Taxonomy::get_name() Yoast 24.4

public function get_name(): string {
	return $this->name;
}