WPSEO_Options::clear_cache()
Resets the cache to null.
Метод класса: WPSEO_Options{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$result = WPSEO_Options::clear_cache();
Код WPSEO_Options::clear_cache() WPSEO Options::clear cache Yoast 24.9
public static function clear_cache() { static::$option_values = null; }