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