Recent

wherego_heading_title filter

wherego_heading_title

Filter the title of the followed posts list

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

Parameters

TypeNameDescription
string$titleTitle/heading of the followed posts list
array$argsArray of arguments

Usage

add_filter( 'wherego_heading_title', function($title, $args) {
    // ...
    return $title;
} );