This filter can be used for showing the count of the parent comments left on the “Load more” button.
Parameters
$show- the boolean true/false value.
Usage
add_filter("wpdiscuz_show_comments_left", "__return_true");
Changelog
Since 7.3.10 version
This filter can be used for showing the count of the parent comments left on the “Load more” button.
$show- the boolean true/false value.
add_filter("wpdiscuz_show_comments_left", "__return_true");
Since 7.3.10 version
