Recent

crp_after_list filter

crp_after_list

Filter the closing tag of the related posts list

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

Parameters

TypeNameDescription
string$after_listClosing tag set in the Settings Page
array$argsArray of arguments

Usage

add_filter( 'crp_after_list', function($after_list, $args) {
    // ...
    return $after_list;
} );