Recent

wherego_list_link filter

Filter Formatted list item with link and and thumbnail.

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

Parameters

TypeNameDescription
string$outputFormatted list item with link and and thumbnail
object$resultObject of the current post result
array$argsArray of arguments

Usage

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