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 24.4
public function get_name(): string { return $this->name; }