Astra_Addon_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-addon-cache.php
public static function add_css_file( $file ) { self::$dynamic_css_files = array_merge( self::$dynamic_css_files, $file ); }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
2.1.0 | Introduced. |