Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups

Ok_SEO_Score_Group::get_name()publicYoast 1.0

Gets the name of the SEO score group.

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

Хуков нет.

Возвращает

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

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

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

Код Ok_SEO_Score_Group::get_name() Yoast 24.4

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