Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups
No_SEO_Score_Group::get_name
Gets the name of the SEO score group.
Метод класса: No_SEO_Score_Group{}
Хуков нет.
Возвращает
Строку. The name of the SEO score group.
Использование
$No_SEO_Score_Group = new No_SEO_Score_Group(); $No_SEO_Score_Group->get_name(): string;
Код No_SEO_Score_Group::get_name() No SEO Score Group::get name Yoast 27.3
public function get_name(): string {
return 'notAnalyzed';
}