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