WC_Helper::_flush_updates_cacheprivate staticWC 1.0

Flush updates cache.

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

Хуков нет.

Возвращает

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

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

$result = WC_Helper::_flush_updates_cache();

Код WC_Helper::_flush_updates_cache() WC 9.9.5

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