Yoast\WP\SEO\Surfaces\Values

Meta::__debugInfo()publicYoast 1.0

Strips all nested dependencies from the debug info.

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

Хуков нет.

Возвращает

Массив.

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

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

Код Meta::__debugInfo() Yoast 22.4

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