Yoast\WP\SEO\Analytics\Domain
Missing_Indexable_Count::to_array
Returns an array representation of the data.
Метод класса: Missing_Indexable_Count{}
Хуков нет.
Возвращает
Массив. Returns both values in an array format.
Использование
$Missing_Indexable_Count = new Missing_Indexable_Count(); $Missing_Indexable_Count->to_array();
Код Missing_Indexable_Count::to_array() Missing Indexable Count::to array Yoast 27.7
public function to_array() {
return [
'indexable_type' => $this->get_indexable_type(),
'count' => $this->get_count(),
];
}