This filter can be used for choosing if the wpDiscuz functions for post cache cleaning should be worked or not.
Changelog
Added in version 7.0.3
Parameters
1. $clear (type: bool) – if the wpDiscuz functions for post cache cleaning should work or not.
Usage
add_filter("wpdiscuz_manage_post_cache_clearing", function ($clear) { return false; });