Recent

tptn_heading_title filter

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

TypeNameDescription
string$titleTitle/heading of the popular posts list
array$argsArray of arguments

Usage

add_filter( 'tptn_heading_title', function($title, $args) {
    // ...
    return $title;
} );