Yoast\WP\SEO\Dashboard\Domain\Score_Results

Current_Score::get_amountpublicYoast 1.0

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() Yoast 27.6

public function get_amount(): int {
	return $this->amount;
}