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