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

Ok_Readability_Score_Group::get_namepublicYoast 1.0

Gets the name of the readability score group.

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

Хуков нет.

Возвращает

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

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

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

Код Ok_Readability_Score_Group::get_name() Yoast 27.4

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