WC_Helper_Updater::flush_updates_cache
Flushes cached update data.
Method of the class: WC_Helper_Updater{}
No Hooks.
Returns
null. Nothing (null).
Usage
$result = WC_Helper_Updater::flush_updates_cache();
WC_Helper_Updater::flush_updates_cache() WC Helper Updater::flush updates cache code WC 10.3.3
public static function flush_updates_cache() {
delete_transient( '_woocommerce_helper_updates' );
delete_transient( '_woocommerce_helper_updates_count' );
delete_site_transient( 'update_plugins' );
delete_site_transient( 'update_themes' );
}