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