Yoast\WP\SEO\Generated

Cached_Container::isCompiledpublicYoast 1.0

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Cached_Container = new Cached_Container();
$Cached_Container->isCompiled(): bool;

Код Cached_Container::isCompiled() Yoast 27.6

public function isCompiled(): bool
{
    return true;
}