This hook works when the options are being inited.
Changelog
since 7.0.0 version
Parameters
$options (type: WpdiscuzOptions object) – the options of the wpDiscuz after initing
Usage
add_action("wpdiscuz_init_options", function ($options) { $isNativeAjaxEnabled = $options->general["isNativeAjaxEnabled"]; });