Yoast\WP\SEO\Presentations

Indexable_Presentation::__debugInfo()publicYoast 1.0

Strips all nested dependencies from the debug info.

Метод класса: Indexable_Presentation{}

Хуков нет.

Возвращает

Массив.

Использование

$Indexable_Presentation = new Indexable_Presentation();
$Indexable_Presentation->__debugInfo();

Код Indexable_Presentation::__debugInfo() Yoast 22.4

public function __debugInfo() {
	return [
		'model'   => $this->model,
		'context' => $this->context,
	];
}