Recent

tptn_post_countfilter

tptn_post_count

Filters the formatted view count displayed for a post.

Type: filter
Since: 2.2.0
Source: includes/class-counter.php line 247

Parameters

Type Name Description
string $count_display The formatted count text.

Usage

add_filter( 'tptn_post_count', function($count_display) {
    // ...
    return $count_display;
} );