Recent

get_crp filter

get_crp

Filter the output

Type: filter
Since: 1.9.1
Source: includes/frontend/class-display.php line 291

Parameters

TypeNameDescription
string$outputFormatted list of related posts.
array$argsArguments array.

Usage

add_filter( 'get_crp', function($output, $args) {
    // ...
    return $output;
} );