Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups

No_SEO_Score_Group::get_position()publicYoast 1.0

Gets the position of the SEO score group.

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

Хуков нет.

Возвращает

int. The position of the SEO score group.

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

$No_SEO_Score_Group = new No_SEO_Score_Group();
$No_SEO_Score_Group->get_position(): int;

Код No_SEO_Score_Group::get_position() Yoast 24.4

public function get_position(): int {
	return 3;
}