Yoast\WP\SEO\Schema_Aggregator\Domain
Indexable_Count::get_count
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() Indexable Count::get count Yoast 27.7
public function get_count(): int {
return $this->count;
}