Recent

wherego_after_listfilter

wherego_after_list

Filter the closing tag of the followed posts list

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

Parameters

Type Name Description
string $after_list Closing tag set in the Settings Page
array $args Array of arguments

Usage

add_filter( 'wherego_after_list', function($after_list, $args) {
    // ...
    return $after_list;
} );