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
| Type | Name | Description |
|---|---|---|
string | $after_list | Closing tag set in the Settings Page |
array | $args | Array of arguments |
Usage
add_filter( 'tptn_after_list', function($after_list, $args) {
// ...
return $after_list;
} );