WC_Helper::_flush_updates_cache
Flush updates cache.
Method of the class: WC_Helper{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Helper::_flush_updates_cache();
WC_Helper::_flush_updates_cache() WC Helper:: flush updates cache code WC 10.4.3
private static function _flush_updates_cache() {
WC_Helper_Updater::flush_updates_cache();
}