Astra_Cache::add_css_file( array $file )

Create an array of all the files that needs to be merged in dynamic CSS file.


Description


Parameters

$file

(array) (Required) file path.


Return

(void)


Source

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

	public static function add_css_file( $file ) {
		self::$dynamic_css_files[] = $file;
	}

Changelog

Changelog
Version Description
2.1.0 Introduced.

User Contributed Notes

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