WC_Helper::_flush_updates_cache() private WC 1.0
Flush updates cache.
{} Это метод класса: WC_Helper{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$result = WC_Helper::_flush_updates_cache();
Код WC_Helper::_flush_updates_cache() WC Helper:: flush updates cache WC 5.0.0
private static function _flush_updates_cache() {
WC_Helper_Updater::flush_updates_cache();
}