wherego_permalink
Filter the title of each list item.
Type: filter
Since: 2.3.0
Source: includes/frontend/class-display.php line 521
Parameters
| Type | Name | Description |
|---|---|---|
string | $title | Permalink of the post. |
object | $result | Object of the current post result |
array | $args | Array of arguments |
Usage
add_filter( 'wherego_permalink', function($title, $result, $args) {
// ...
return $title;
} );