Yoast\WP\SEO\Context
Meta_Tags_Context::__debugInfo
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() Meta Tags Context:: debugInfo Yoast 26.9
public function __debugInfo() {
return [
'indexable' => $this->indexable,
'presentation' => $this->presentation,
];
}