PUM_AssetCache::reset_cache()

Reset the cache to force regeneration.


Description Description


Source Source

File: classes/AssetCache.php

	public static function reset_cache() {
		update_option( 'pum-has-cached-css', false );
		update_option( 'pum-has-cached-js', false );
	}


Top ↑

User Contributed Notes User Contributed Notes

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