get_crp
Filter the output
Type: filter
Since: 1.9.1
Source: includes/frontend/class-display.php line 291
Parameters
| Type | Name | Description |
|---|---|---|
string | $output | Formatted list of related posts. |
array | $args | Arguments array. |
Usage
add_filter( 'get_crp', function($output, $args) {
// ...
return $output;
} );