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