This action can be used to insert the dynamic CSS in the header.
Parameters
$options (type: WpdiscuzOptions object) – the options of the wpDiscuz plugin
Usage
add_action("wpdiscuz_dynamic_css", function ($options) {
echo "CUSTOM_STYLE";
});
Changelog
since 7.0.0 version
