wpDiscuz 7 API Documentation

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

wpdiscuz_enable_human_readable_numbers

This filter can be used for enabling/disabling the human-readable format.

Changelog

Since 7.1.0 version

Parameters

$enable (type: bool) – enable/disable the human-readable format

Usage

add_filter("wpdiscuz_enable_human_readable_numbers", function ($enable) {
    return false;
}, 10);

Was this article helpful to you? Yes No