Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups
Bad_SEO_Score_Group::get_min_score()
Gets the minimum score of the SEO score group.
Метод класса: Bad_SEO_Score_Group{}
Хуков нет.
Возвращает
int
. The minimum score of the SEO score group.
Использование
$Bad_SEO_Score_Group = new Bad_SEO_Score_Group(); $Bad_SEO_Score_Group->get_min_score(): ?int;
Код Bad_SEO_Score_Group::get_min_score() Bad SEO Score Group::get min score Yoast 24.4
public function get_min_score(): ?int { return 1; }