Yoast\WP\SEO\Presentations
Indexable_Presentation::__debugInfo
Strips all nested dependencies from the debug info.
Метод класса: Indexable_Presentation{}
Хуков нет.
Возвращает
Массив.
Использование
$Indexable_Presentation = new Indexable_Presentation(); $Indexable_Presentation->__debugInfo();
Код Indexable_Presentation::__debugInfo() Indexable Presentation:: debugInfo Yoast 27.4
public function __debugInfo() {
return [
'model' => $this->model,
'context' => $this->context,
];
}