Yoast\WP\SEO\Analytics\Domain
To_Be_Cleaned_Indexable_Bucket::to_array
Returns the array representation of all indexable counts.
Метод класса: To_Be_Cleaned_Indexable_Bucket{}
Хуков нет.
Возвращает
Массив.
Использование
$To_Be_Cleaned_Indexable_Bucket = new To_Be_Cleaned_Indexable_Bucket(); $To_Be_Cleaned_Indexable_Bucket->to_array();
Код To_Be_Cleaned_Indexable_Bucket::to_array() To Be Cleaned Indexable Bucket::to array Yoast 28.3
public function to_array() {
return \array_map(
static function ( $item ) {
return $item->to_array();
},
$this->to_be_cleaned_indexable_counts,
);
}