crp_heading_title
Filter the title of the Related Posts list
Type: filter
Since: 1.9
Source: includes/frontend/class-display.php line 604
Parameters
| Type | Name | Description |
|---|---|---|
string | $title | Title/heading of the Related Posts list |
array | $args | Array of arguments |
Usage
add_filter( 'crp_heading_title', function($title, $args) {
// ...
return $title;
} );