Recent

tptn_list_linkfilter

Filter Formatted list item with link and and thumbnail.

Type: filter
Since: 3.3.0
Source: includes/frontend/class-display.php line 862

Parameters

Type Name Description
string $output Formatted list item with link and and thumbnail
object $result Object of the current post result
array $args Array of arguments

Usage

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