tptn_heading_title
Filter the title of the Top posts.
Type: filter
Since: 1.9.5
Source: includes/frontend/class-display.php line 629
Parameters
| Type | Name | Description |
|---|---|---|
string |
$title |
Title/heading of the popular posts list |
array |
$args |
Array of arguments |
Usage
add_filter( 'tptn_heading_title', function($title, $args) {
// ...
return $title;
} );