Enable CSS inline minification in wpDiscuz

Enable CSS inline minification in wpDiscuz on child sites.

Snippet Type

Execute on Child Sites

Snippet

 add_filter("wpdiscuz_minify_inline_css", function ($minify) {
    return true;
});  10, 4);

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.