tptn_list
Filter to add content to the end of each item in the list.
Type: filter
Since: 3.3.0
Source: includes/frontend/class-display.php line 227
Parameters
| Type | Name | Description |
|---|---|---|
string | $tptn_list | Empty string at the end of each list item. |
object | $result | Object of the current post result |
array | $args | Array of arguments |
Usage
add_filter( 'tptn_list', function($tptn_list, $result, $args) {
// ...
return $tptn_list;
} );