Yoast\WP\SEO\Dashboard\Domain\Score_Results

Current_Score::get_name()publicYoast 1.0

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() Yoast 24.3

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