This filter can be used for allowing or disallowing the subscription.
Changelog
since 7.0.0 version
Parameters
1. $add (type: bool) – either allow or disallow the subscription
Usage
add_filter("wpdiscuz_before_subscription_added", function ($add) { return false; });