Yoast\WP\SEO\Schema_Aggregator\Domain
Indexable_Count_Collection::get_indexable_counts
Gets all indexable counts.
Метод класса: Indexable_Count_Collection{}
Хуков нет.
Возвращает
Массив
Использование
$Indexable_Count_Collection = new Indexable_Count_Collection(); $Indexable_Count_Collection->get_indexable_counts(): array;
Код Indexable_Count_Collection::get_indexable_counts() Indexable Count Collection::get indexable counts Yoast 28.3
public function get_indexable_counts(): array {
return $this->indexable_counts;
}