WC_Helper_Updater::flush_updates_cache()

Flushes cached update data.


Description Description


Source Source

File: includes/admin/helper/class-wc-helper-updater.php

	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' );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.