WC_Helper::_flush_updates_cache()private staticWC 1.0

Flush updates cache.

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

Хуков нет.

Возвращает

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

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

$result = WC_Helper::_flush_updates_cache();

Код WC_Helper::_flush_updates_cache() WC 8.7.0

private static function _flush_updates_cache() {
	WC_Helper_Updater::flush_updates_cache();
}