This filter can be used for changing or deleting the loaded form for the post.
Changelog
Since 7.0.0 version
Parameters
$form (type: Form object) – the loaded form for the post
Usage
add_filter("wpdiscuz_get_form", function ($form) { $isUserCanComment = $form->isUserCanComment; return $form; });