Recent

crp_rest_api_get_item_params filter

crp_rest_api_get_item_params

Get the arguments for fetching the related posts.

Type: filter
Since: 3.5.0
Source: includes/frontend/class-rest-api.php line 215

Usage

add_filter( 'crp_rest_api_get_item_params', function() {
    // ...
} );