Yoast\WP\SEO\Context

Meta_Tags_Context::__debugInfo()publicYoast 1.0

Strips all nested dependencies from the debug info.

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

Хуков нет.

Возвращает

Массив.

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

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

Код Meta_Tags_Context::__debugInfo() Yoast 22.3

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