Recent

tptn_before_list filter

tptn_before_list

Filter the opening tag of the popular posts list

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

Parameters

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

Usage

add_filter( 'tptn_before_list', function($before_list, $args) {
    // ...
    return $before_list;
} );