Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups
No_SEO_Score_Group::get_max_score
Gets the maximum score of the SEO score group.
Метод класса: No_SEO_Score_Group{}
Хуков нет.
Возвращает
int|null. The maximum score of the SEO score group.
Использование
$No_SEO_Score_Group = new No_SEO_Score_Group(); $No_SEO_Score_Group->get_max_score(): ?int;
Код No_SEO_Score_Group::get_max_score() No SEO Score Group::get max score Yoast 27.6
public function get_max_score(): ?int {
return null;
}