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