Yoast\WP\SEO\Dashboard\Domain\Score_Groups\SEO_Score_Groups
Good_SEO_Score_Group::get_position()
Gets the position of the SEO score group.
Метод класса: Good_SEO_Score_Group{}
Хуков нет.
Возвращает
int
. The position of the SEO score group.
Использование
$Good_SEO_Score_Group = new Good_SEO_Score_Group(); $Good_SEO_Score_Group->get_position(): int;
Код Good_SEO_Score_Group::get_position() Good SEO Score Group::get position Yoast 24.3
public function get_position(): int { return 0; }