Plugin Directory

Changeset 1973814


Ignore:
Timestamp:
11/13/2018 07:42:53 PM (7 years ago)
Author:
thrivehive
Message:

V 2.512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • thrivehive/trunk/controllers/changeling.php

    r1954601 r1973814  
    102102      file_put_contents($compiled_bootstrap_sourcemap_file_location, $map);
    103103
     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
    104110      return array(
    105111        'css' => $css,
Note: See TracChangeset for help on using the changeset viewer.