Recent

wherego_list_linkfilter

Filter Formatted list item with link and and thumbnail.

Type: filter
Since: 2.0.0
Source: includes/frontend/class-display.php line 577

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( 'wherego_list_link', function($output, $result, $args) {
    // ...
    return $output;
} );