WPSEO_Sitemaps_Cache::init()publicYoast 1.0

Setup context for static calls.

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

Хуков нет.

Возвращает

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

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

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

Код WPSEO_Sitemaps_Cache::init() Yoast 22.4

public function init() {

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