Yoast\WP\SEO\Analytics\Domain

To_Be_Cleaned_Indexable_Count::get_countpublicYoast 1.0

Gets the count.

Метод класса: To_Be_Cleaned_Indexable_Count{}

Хуков нет.

Возвращает

int. Returns the amount of missing indexables.

Использование

$To_Be_Cleaned_Indexable_Count = new To_Be_Cleaned_Indexable_Count();
$To_Be_Cleaned_Indexable_Count->get_count();

Код To_Be_Cleaned_Indexable_Count::get_count() Yoast 28.3

public function get_count() {
	return $this->count;
}