Recent

tptn_list filter

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

TypeNameDescription
string$tptn_listEmpty string at the end of each list item.
object$resultObject of the current post result
array$argsArray of arguments

Usage

add_filter( 'tptn_list', function($tptn_list, $result, $args) {
    // ...
    return $tptn_list;
} );