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