tptn_list_count
Filter the formatted list count text.
Type: filter
Since: 2.1.0
Source: includes/frontend/class-display.php line 918
Parameters
| Type | Name | Description |
|---|---|---|
string |
$tptn_list_count |
Formatted list count |
int |
$visits |
Post count |
\WP_Post |
$result |
Post object |
array |
$args |
Array of arguments. |
Usage
add_filter( 'tptn_list_count', function($tptn_list_count, $visits, $result, $args) {
// ...
return $tptn_list_count;
} );