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