WPSEO_Sitemaps_Cache::init()publicYoast 1.0

Setup context for static calls.

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

Хуков нет.

Возвращает

null. Ничего.

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

$WPSEO_Sitemaps_Cache = new WPSEO_Sitemaps_Cache();
$WPSEO_Sitemaps_Cache->init();

Код WPSEO_Sitemaps_Cache::init() Yoast 20.3

public function init() {

	self::$is_enabled = $this->is_enabled();
}