This filter can be used for changing the number of items displayed in the tabs of the “My content and settings” window.
Changelog
since 7.0.0 version
Parameters
$perPage (type: int) – the number of the items displayed in the “My content and settings” tabs
Usage
add_filter("wpdiscuz_content_per_page", function ($perPage) { return 5; });