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