Recent

wherego_after_list filter

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

TypeNameDescription
string$after_listClosing tag set in the Settings Page
array$argsArray of arguments

Usage

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