PUM_AssetCache::regenerate_cache()

Regenerate cache on demand.


Description Description


Source Source

File: classes/AssetCache.php

	public static function regenerate_cache() {
		self::cache_js();
		self::cache_css();
	}


Top ↑

User Contributed Notes User Contributed Notes

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