Recent

tptn_after_list filter

tptn_after_list

Filter the closing tag of the popular posts list

Type: filter
Since: 1.9.10.1
Source: includes/frontend/class-display.php line 677

Parameters

TypeNameDescription
string$after_listClosing tag set in the Settings Page
array$argsArray of arguments

Usage

add_filter( 'tptn_after_list', function($after_list, $args) {
    // ...
    return $after_list;
} );