tptn_link_attributes
Filter the title of the popular posts list
Type: filter
Since: 3.3.0
Source: includes/frontend/class-display.php line 596
Parameters
| Type | Name | Description |
|---|---|---|
array | $link_attributes | Array of link attributes |
array | $args | Array of arguments |
\WP_Post | $result | Result object |
Usage
add_filter( 'tptn_link_attributes', function($link_attributes, $args, $result) {
// ...
return $link_attributes;
} );