bp_rest_activity_prepare_comments, $data, $comments, $request
bp_rest_activity_prepare_comments, $data, $comments, $request
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_rest_activity_prepare_comments, $data, $comments, $request') is found 1 times:
- /bp-activity/classes/class-bp-rest-activity-endpoint.php line 1009
* @param array $data An array of activity comments with proper API response. * @param array $comments An array of activity comments. * @param WP_REST_Request $request Full details about the request. */ return apply_filters( 'bp_rest_activity_prepare_comments', $data, $comments, $request ); } /** * Prepare an activity for create or update. * * @since 5.0.0