WPSEO_Sitemaps_Cache::init
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() WPSEO Sitemaps Cache::init Yoast 27.3
public function init() {
self::$is_enabled = $this->is_enabled();
}