Yoast\WP\SEO\Analytics\Domain

To_Be_Cleaned_Indexable_Count::to_arraypublicYoast 1.0

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() Yoast 28.3

public function to_array() {
	return [
		'cleanup_name' => $this->get_cleanup_name(),
		'count'        => $this->get_count(),
	];
}