Yoast\WP\SEO\Schema_Aggregator\Domain

Indexable_Count_Collection::get_indexable_countspublicYoast 1.0

Gets all indexable counts.

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

Хуков нет.

Возвращает

Массив. Indexable_Count> The array of Indexable_Count objects.

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

$Indexable_Count_Collection = new Indexable_Count_Collection();
$Indexable_Count_Collection->get_indexable_counts(): array;

Код Indexable_Count_Collection::get_indexable_counts() Yoast 28.3

public function get_indexable_counts(): array {
	return $this->indexable_counts;
}