Yoast\WP\SEO\Schema_Aggregator\Domain

Indexable_Count::get_countpublicYoast 1.0

Gets the count of indexables.

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

Хуков нет.

Возвращает

int. The count of indexables.

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

$Indexable_Count = new Indexable_Count();
$Indexable_Count->get_count(): int;

Код Indexable_Count::get_count() Yoast 27.7

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