Yoast\WP\SEO\Dashboard\Domain\Score_Results

Current_Score::get_amount()publicYoast 1.0

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

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