Yoast\WP\SEO\Generated
Cached_Container::isCompiled
Метод класса: Cached_Container{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Cached_Container = new Cached_Container(); $Cached_Container->isCompiled(): bool;
Код Cached_Container::isCompiled() Cached Container::isCompiled Yoast 27.6
public function isCompiled(): bool
{
return true;
}