wherego_link_attributes
Filter the title of the followed posts list
Type: filter
Since: 2.0.0
Source: includes/frontend/class-display.php line 268
Parameters
| Type | Name | Description |
|---|---|---|
array | $link_attributes | Array of link attributes |
array | $args | Array of arguments |
Usage
add_filter( 'wherego_link_attributes', function($link_attributes, $args) {
// ...
return $link_attributes;
} );