wpDiscuz 7 API Documentation

  1. Home
  2. Docs
  3. wpDiscuz 7 API Documentation
  4. Filters
  5. wpdiscuz_show_comments_left
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

wpdiscuz_show_comments_left

This filter can be used for showing the count of the parent comments left on the “Load more” button.

Changelog

Since 7.3.10 version

Parameters

$show- the boolean true/false value.

Usage

add_filter("wpdiscuz_show_comments_left", "__return_true");

Was this article helpful to you? Yes No