WPSEO_Options::clear_cache()public staticYoast 1.0

Resets the cache to null.

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

Хуков нет.

Возвращает

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

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

$result = WPSEO_Options::clear_cache();

Код WPSEO_Options::clear_cache() Yoast 22.4

public static function clear_cache() {
	static::$option_values = null;
}