Recent

wherego_heading_titlefilter

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

Type Name Description
string $title Title/heading of the followed posts list
array $args Array of arguments

Usage

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