Yoast\WP\SEO\Editors\Domain\Analysis_Features
Analysis_Feature::get_name()
Gets the identifier.
Метод класса: Analysis_Feature{}
Хуков нет.
Возвращает
Строку
. The feature identifier.
Использование
$Analysis_Feature = new Analysis_Feature(); $Analysis_Feature->get_name(): string;
Код Analysis_Feature::get_name() Analysis Feature::get name Yoast 25.1
public function get_name(): string { return $this->name; }