Recent

wherego_link_attributes filter

Filter the title of the followed posts list

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

Parameters

TypeNameDescription
array$link_attributesArray of link attributes
array$argsArray of arguments

Usage

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