Astra_Cache::addon_refresh_assets()

Refresh Assets, called through ajax


Description


Return

(void)


Source

File: classes/cache/class-astra-cache.php

	public function addon_refresh_assets() {
		parent::ajax_refresh_assets( $this->cache_dir );
	}

Changelog

Changelog
Version Description
2.1.0 Introduced.


User Contributed Notes

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