crp_before_list
Filter the opening tag of the related posts list
Type: filter
Since: 1.9
Source: includes/frontend/class-display.php line 630
Parameters
| Type | Name | Description |
|---|---|---|
string |
$before_list |
Opening tag set in the Settings Page |
array |
$args |
Array of arguments |
Usage
add_filter( 'crp_before_list', function($before_list, $args) {
// ...
return $before_list;
} );