Recent

wherego_before_list filter

wherego_before_list

Filter the opening tag of the followed posts list

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

Parameters

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

Usage

add_filter( 'wherego_before_list', function($before_list, $args) {
    // ...
    return $before_list;
} );