swift_performance_css_dir
This filter will be called on CSS directory where merged CSS and critical CSS will be saved
Parameters
$path
string, contains the CSS file path, relative to the cache folder
Return
string
Example
// change CSS folder name
add_filter('swift_performance_css_dir', function($path){
return 'styles';
});