Recent

tptn_link_attributes filter

Filter the title of the popular posts list

Type: filter
Since: 3.3.0
Source: includes/frontend/class-display.php line 596

Parameters

TypeNameDescription
array$link_attributesArray of link attributes
array$argsArray of arguments
\WP_Post$resultResult object

Usage

add_filter( 'tptn_link_attributes', function($link_attributes, $args, $result) {
    // ...
    return $link_attributes;
} );