Yoast\WP\SEO\Dashboard\Domain\Score_Results
Current_Score::get_amount()
Gets the amount of the current score.
Метод класса: Current_Score{}
Хуков нет.
Возвращает
Строку
. 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 24.3
public function get_amount(): int { return $this->amount; }