This filter is used to change the sorting type.
Changelog
Added in version 7.0.0
Parameters
1. $order (type: string) - the default type of the sorting
Usage
add_filter("wpdiscuz_comments_order", function ($order) {
return "asc";
});This filter is used to change the sorting type.
add_filter("wpdiscuz_comments_order", function ($order) {
return "asc";
});