This hook can be used for doing minification of the CSS in the header or not
Changelog
Added in version 7.0.3
Parameters
1. $minify (type: bool) – if the CSS in the header should be minified or not
Usage
add_filter("wpdiscuz_minify_inline_css", function ($minify) { return false; });