This hook is used to filter which field will be made for the sorting
Changelog
Added in version 7.0.3
Parameters
1. $orderBy (type: string) – the default field for the sorting
Usage
add_filter("wpdiscuz_comments_order_by", function ($orderBy) { return "comment_date"; });