Filter by type:
Search
Skip to content
Browse: Home / Classes / Astra_Minify / Astra_Minify::refresh_assets()

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

Expand full source code Collapse full source code View on Trac


Changelog

Changelog
Version Description
1.0 Introduced.

User Contributed Notes

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