Yoast\WP\SEO\Dashboard\Domain\Score_Groups

Score_Groups_Interface::get_min_scorepublicYoast 1.0

Gets the minimum score of the score group.

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

Хуков нет.

Возвращает

int|null.

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

$Score_Groups_Interface = new Score_Groups_Interface();
$Score_Groups_Interface->get_min_score(): ?int;

Код Score_Groups_Interface::get_min_score() Yoast 27.8

public function get_min_score(): ?int;