This filter can be used for changing the classes in the array of the classes assigned to the general wrapper.
Changelog
since 7.0.0 version
Parameters
$classes (type: array) – the array of the classes assigned to the general wrapper
Usage
add_filter("wpdiscuz_container_classes", function ($classes) { $classes[] = "my-custom-class"; return $classes; });