Recent

crp_heading_titlefilter

crp_heading_title

Filter the title of the Related Posts list

Type: filter
Since: 1.9
Source: includes/frontend/class-display.php line 606

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;
} );