Astra_Minify::refresh_assets()

Clears and rebuilds the cached CSS file.


Description


Return

(void)


Source

File: classes/class-astra-minify.php

		public static function refresh_assets() {
			self::clear_assets_cache();
			self::render_assets();
			do_action( 'astra_addon_assets_refreshed' );
		}

Changelog

Changelog
Version Description
1.0 Introduced.


User Contributed Notes

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