Yoast\WP\SEO\Dashboard\Domain\Score_Results
Current_Score::get_amount
Gets the amount of the current score.
Метод класса: Current_Score{}
Хуков нет.
Возвращает
int. The amount of the current score.
Использование
$Current_Score = new Current_Score(); $Current_Score->get_amount(): int;
Код Current_Score::get_amount() Current Score::get amount Yoast 27.6
public function get_amount(): int {
return $this->amount;
}