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
| Type | Name | Description |
|---|---|---|
string |
$before_list |
Opening tag set in the Settings Page |
array |
$args |
Array of arguments |
Usage
add_filter( 'wherego_before_list', function($before_list, $args) {
// ...
return $before_list;
} );