Yoast\WP\SEO\Dashboard\Domain\Score_Groups\Readability_Score_Groups

No_Readability_Score_Group::get_name()publicYoast 1.0

Gets the name of the readability score group.

Метод класса: No_Readability_Score_Group{}

Хуков нет.

Возвращает

Строку. The name of the readability score group.

Использование

$No_Readability_Score_Group = new No_Readability_Score_Group();
$No_Readability_Score_Group->get_name(): string;

Код No_Readability_Score_Group::get_name() Yoast 24.3

public function get_name(): string {
	return 'notAnalyzed';
}