Yoast\WP\SEO\Dashboard\Domain\Taxonomies
Taxonomy::get_name
Returns the name of the taxonomy.
Метод класса: Taxonomy{}
Хуков нет.
Возвращает
Строку. The name of the taxonomy.
Использование
$Taxonomy = new Taxonomy(); $Taxonomy->get_name(): string;
Код Taxonomy::get_name() Taxonomy::get name Yoast 27.3
public function get_name(): string {
return $this->name;
}