Changeset 1973814
- Timestamp:
- 11/13/2018 07:42:53 PM (7 years ago)
- File:
-
- 1 edited
-
thrivehive/trunk/controllers/changeling.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
thrivehive/trunk/controllers/changeling.php
r1954601 r1973814 102 102 file_put_contents($compiled_bootstrap_sourcemap_file_location, $map); 103 103 104 // Clear cache plugin's combined minified CSS file, reducing the likelihood of the end user seeing outdated CSS 105 // after the updated CSS is saved via the Global Styling editor in Zergling 106 if( isset($GLOBALS['wp_fastest_cache']) && method_exists($GLOBALS['wp_fastest_cache'], 'deleteCache') ) { 107 $GLOBALS['wp_fastest_cache']->deleteCache(true); 108 } 109 104 110 return array( 105 111 'css' => $css,
Note: See TracChangeset
for help on using the changeset viewer.